#766FEA

Color #766FEA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #766FEA

Tints of Medium Slate Blue #766FEA

Color information

#766FEA (or 0x766FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and EA. RGB value is (118,111,234). Sum of RGB (Red+Green+Blue) = 118+111+234=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #766FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEA is #899015. Grayscale: #7E7E7E. Windows color (decimal): -9015318 or 15363958. OLE color: 15363958.

HSL color Cylindrical-coordinate representation of color #766FEA: hue angle of 243.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766FEA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118111234-
CMYK0.500.5300.08
HSL243.41º74.55%67.65%-
HSV(B)243.41º52.56%91.76%-
XYZ28.0121.1680.45-
YUV127.12188.32121.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=25.49%
G=23.97%
B=50.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181112340.500.5300.08243.4174.5567.65
Hex766FEA323508f34b44
Octal1661573526265010363113104
Binary1110110110111111101010110010110101010001111001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766FEA; }

 p { color: rgb(118,111,234); }

 H1.HeaderClassName
 {
   color: #766FEA;
 }
 .AnyTagClassName
 {
   color: #766FEA;
 }
</style>
background-color css

<style>
 a { background-color: #766FEA; }

 a { background-color: rgb(118,111,234); }

 div.DivClassName
 {
   background-color: #766FEA;
 }
 .BgClassName
 {
   background-color: #766FEA;
 }
</style>
border-color css

<style>
 span { border-color: #766FEA; }

 span { border-color: rgb(118,111,234); }

 td.TdClassName
 {
   border-color: #766FEA;
 }
 .TagClassName
 {
   border-color: #766FEA;
 }
</style>