#766FE4

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

Shades of Medium Slate Blue #766FE4

Tints of Medium Slate Blue #766FE4

Color information

#766FE4 (or 0x766FE4) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and E4. RGB value is (118,111,228). Sum of RGB (Red+Green+Blue) = 118+111+228=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #766FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FE4 is #89901B. Grayscale: #7D7D7D. Windows color (decimal): -9015324 or 14970742. OLE color: 14970742.

HSL color Cylindrical-coordinate representation of color #766FE4: hue angle of 243.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766FE4 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118111228-
CMYK0.480.5100.11
HSL243.59º68.42%66.47%-
HSV(B)243.59º51.32%89.41%-
XYZ27.1620.8275.99-
YUV126.43185.32121.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=25.82%
G=24.29%
B=49.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181112280.480.5100.11243.5968.4266.47
Hex766FE430330Bf44442
Octal1661573446063013364104102
Binary1110110110111111100100110000110011010111111010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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