Html Css Color HEX #8882EA Light Slate Blue

📋 copy color: '#8882EA'

red 136 ◦ green 130 ◦ blue 234

#8882EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8882EA

Tints of Light Slate Blue #8882EA

RGB

 RED value IS 136 (53.52% from 255) = 27.2%

 GREEN value IS 130 (51.17% from 255) = 26%

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 27.2%
G = 26%
B = 46.8%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8882EA (or 0x8882EA) is known color: Light Slate Blue. HEX triplet: 88, 82 and EA. RGB value is (136,130,234). Sum of RGB (Red+Green+Blue) = 136+130+234=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8882EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8882EA is #777D15. Grayscale: #8F8F8F. Windows color (decimal): -7830806 or 15368840. OLE color: 15368840.

HSL color Cylindrical-coordinate representation of color #8882EA: hue angle of 243.46º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8882EA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 130 234 -
CMYK 0.42 0.44 0 0.08
HSL 243.46º 0.71% 0.71% -
HSV(B) 243.46º 0.44% 0.92% -
XYZ 32.99 27.14 81.34 -
YUV 143.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 136 130 234 0.42 0.44 0 0.08 243.46 0.71 0.71
Hex 88 82 EA 2A 2C 0 8 F3 47 47
Octal 210 202 352 52 54 0 10 363 107 107
Binary 10001000 10000010 11101010 101010 101100 0 1000 11110011 1000111 1000111

Color Harmonies of #8882EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8882EA

Black with #8882EA

Text Example


Text Example

White with #8882EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8882EA; }

 p { color: rgb(136,130,234); }

 H1.HeaderClassName
 {
   color: #8882EA;
 }
 .AnyTagClassName
 {
   color: #8882EA;
 }
</style>

background-color css

<style>
 a { background-color: #8882EA; }

 a { background-color: rgb(136,130,234); }

 div.DivClassName
 {
   background-color: #8882EA;
 }
 .BgClassName
 {
   background-color: #8882EA;
 }
</style>

border-color css

<style>
 span { border-color: #8882EA; }

 span { border-color: rgb(136,130,234); }

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