#8766F8

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

Shades of Light Slate Blue #8766F8

Tints of Light Slate Blue #8766F8

Color information

#8766F8 (or 0x8766F8) is unknown color: approx Light Slate Blue. HEX triplet: 87, 66 and F8. RGB value is (135,102,248). Sum of RGB (Red+Green+Blue) = 135+102+248=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #8766F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766F8 is #789907. Grayscale: #7F7F7F. Windows color (decimal): -7903496 or 16279175. OLE color: 16279175.

HSL color Cylindrical-coordinate representation of color #8766F8: hue angle of 253.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8766F8 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135102248-
CMYK0.460.5900.03
HSL253.56º91.25%68.63%-
HSV(B)253.56º58.87%97.25%-
XYZ31.6921.4391.27-
YUV128.51195.43132.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=27.84%
G=21.03%
B=51.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351022480.460.5900.03253.5691.2568.63
Hex8766F82E3B03fe5b45
Octal207146370567303376133105
Binary100001111100110111110001011101110110111111111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8766F8; }

 p { color: rgb(135,102,248); }

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

<style>
 a { background-color: #8766F8; }

 a { background-color: rgb(135,102,248); }

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

<style>
 span { border-color: #8766F8; }

 span { border-color: rgb(135,102,248); }

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