#8776FE

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

Shades of Light Slate Blue #8776FE

Tints of Light Slate Blue #8776FE

Color information

#8776FE (or 0x8776FE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 76 and FE. RGB value is (135,118,254). Sum of RGB (Red+Green+Blue) = 135+118+254=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #8776FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8776FE is #788901. Grayscale: #8A8A8A. Windows color (decimal): -7899394 or 16676487. OLE color: 16676487.

HSL color Cylindrical-coordinate representation of color #8776FE: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8776FE is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135118254-
CMYK0.470.5400.00
HSL247.5º98.55%72.94%-
HSV(B)247.5º53.54%99.61%-
XYZ34.3625.2696.83-
YUV138.59193.13125.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=26.63%
G=23.27%
B=50.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351182540.470.5400.00247.598.5572.94
Hex8776FE2F3600f86349
Octal207166376576600370143111
Binary10000111111011011111110101111110110001111100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8776FE; }

 p { color: rgb(135,118,254); }

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

<style>
 a { background-color: #8776FE; }

 a { background-color: rgb(135,118,254); }

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

<style>
 span { border-color: #8776FE; }

 span { border-color: rgb(135,118,254); }

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