#8877FC

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

Shades of Light Slate Blue #8877FC

Tints of Light Slate Blue #8877FC

Color information

#8877FC (or 0x8877FC) is unknown color: approx Light Slate Blue. HEX triplet: 88, 77 and FC. RGB value is (136,119,252). Sum of RGB (Red+Green+Blue) = 136+119+252=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #8877FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8877FC is #778803. Grayscale: #8A8A8A. Windows color (decimal): -7833604 or 16545672. OLE color: 16545672.

HSL color Cylindrical-coordinate representation of color #8877FC: hue angle of 247.67º 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 #8877FC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136119252-
CMYK0.460.5300.01
HSL247.67º95.68%72.75%-
HSV(B)247.67º52.78%98.82%-
XYZ34.3225.4695.2-
YUV139.24191.63125.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 252 (98.83% from 255) = 49.70%
R=26.82%
G=23.47%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1361192520.460.5300.01247.6795.6872.75
Hex8877FC2E3501f86049
Octal210167374566501370140111
Binary10001000111011111111100101110110101011111100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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