Html Css Color HEX #8982EA Light Slate Blue

📋 copy color: '#8982EA'

red 137 ◦ green 130 ◦ blue 234

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

Shades of Light Slate Blue #8982EA

Tints of Light Slate Blue #8982EA

RGB

 RED value IS 137 (53.91% from 255) = 27.35%

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

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

R = 27.35%
G = 25.95%
B = 46.71%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8982EA (or 0x8982EA) is known color: Light Slate Blue. HEX triplet: 89, 82 and EA. RGB value is (137,130,234). Sum of RGB (Red+Green+Blue) = 137+130+234=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8982EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8982EA is #767D15. Grayscale: #8F8F8F. Windows color (decimal): -7765270 or 15368841. OLE color: 15368841.

HSL color Cylindrical-coordinate representation of color #8982EA: hue angle of 244.04º 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 #8982EA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 130 234 -
CMYK 0.41 0.44 0 0.08
HSL 244.04º 0.71% 0.71% -
HSV(B) 244.04º 0.44% 0.92% -
XYZ 33.15 27.22 81.35 -
YUV 143.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 137 130 234 0.41 0.44 0 0.08 244.04 0.71 0.71
Hex 89 82 EA 29 2C 0 8 F4 47 47
Octal 211 202 352 51 54 0 10 364 107 107
Binary 10001001 10000010 11101010 101001 101100 0 1000 11110100 1000111 1000111

Color Harmonies of #8982EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982EA

Black with #8982EA

Text Example


Text Example

White with #8982EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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