#8877EF

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

Shades of Light Slate Blue #8877EF

Tints of Light Slate Blue #8877EF

Color information

#8877EF (or 0x8877EF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 77 and EF. RGB value is (136,119,239). Sum of RGB (Red+Green+Blue) = 136+119+239=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #8877EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8877EF is #778810. Grayscale: #898989. Windows color (decimal): -7833617 or 15693704. OLE color: 15693704.

HSL color Cylindrical-coordinate representation of color #8877EF: hue angle of 248.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8877EF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136119239-
CMYK0.430.5000.06
HSL248.5º78.95%70.2%-
HSV(B)248.5º50.21%93.73%-
XYZ32.3324.6684.72-
YUV137.76185.13126.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 239 (93.75% from 255) = 48.38%
R=27.53%
G=24.09%
B=48.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361192390.430.5000.06248.578.9570.2
Hex8877EF2B3206f84f46
Octal210167357536206370117106
Binary1000100011101111110111110101111001001101111100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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