#8776FA

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

Shades of Light Slate Blue #8776FA

Tints of Light Slate Blue #8776FA

Color information

#8776FA (or 0x8776FA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 76 and FA. RGB value is (135,118,250). Sum of RGB (Red+Green+Blue) = 135+118+250=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #8776FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8776FA is #788905. Grayscale: #898989. Windows color (decimal): -7899398 or 16414343. OLE color: 16414343.

HSL color Cylindrical-coordinate representation of color #8776FA: hue angle of 247.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8776FA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135118250-
CMYK0.460.5300.02
HSL247.73º92.96%72.16%-
HSV(B)247.73º52.8%98.04%-
XYZ33.7325.0193.49-
YUV138.13191.13125.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=26.84%
G=23.46%
B=49.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351182500.460.5300.02247.7392.9672.16
Hex8776FA2E3502f85d48
Octal207166372566502370135110
Binary100001111110110111110101011101101010101111100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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