#8777FC

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

Shades of Light Slate Blue #8777FC

Tints of Light Slate Blue #8777FC

Color information

#8777FC (or 0x8777FC) is unknown color: approx Light Slate Blue. HEX triplet: 87, 77 and FC. RGB value is (135,119,252). Sum of RGB (Red+Green+Blue) = 135+119+252=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #8777FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8777FC is #788803. Grayscale: #8A8A8A. Windows color (decimal): -7899140 or 16545671. OLE color: 16545671.

HSL color Cylindrical-coordinate representation of color #8777FC: hue angle of 247.22º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8777FC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135119252-
CMYK0.460.5300.01
HSL247.22º95.68%72.75%-
HSV(B)247.22º52.78%98.82%-
XYZ34.1625.3795.19-
YUV138.95191.8125.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.68%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 252 (98.83% from 255) = 49.80%
R=26.68%
G=23.52%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351192520.460.5300.01247.2295.6872.75
Hex8777FC2E3501f76049
Octal207167374566501367140111
Binary10000111111011111111100101110110101011111011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8777FC; }

 p { color: rgb(135,119,252); }

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

<style>
 a { background-color: #8777FC; }

 a { background-color: rgb(135,119,252); }

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

<style>
 span { border-color: #8777FC; }

 span { border-color: rgb(135,119,252); }

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