Html Css Color HEX #8984EC Light Slate Blue

📋 copy color: '#8984EC'

red 137 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #8984EC

Tints of Light Slate Blue #8984EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 27.13%
G = 26.14%
B = 46.73%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8984EC (or 0x8984EC) is known color: Light Slate Blue. HEX triplet: 89, 84 and EC. RGB value is (137,132,236). Sum of RGB (Red+Green+Blue) = 137+132+236=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8984EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8984EC is #767B13. Grayscale: #909090. Windows color (decimal): -7764756 or 15500425. OLE color: 15500425.

HSL color Cylindrical-coordinate representation of color #8984EC: hue angle of 242.88º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8984EC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 132 236 -
CMYK 0.42 0.44 0 0.07
HSL 242.88º 0.73% 0.72% -
HSV(B) 242.88º 0.44% 0.93% -
XYZ 33.71 27.88 82.96 -
YUV 145.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 137 132 236 0.42 0.44 0 0.07 242.88 0.73 0.72
Hex 89 84 EC 2A 2C 0 7 F3 49 48
Octal 211 204 354 52 54 0 7 363 111 110
Binary 10001001 10000100 11101100 101010 101100 0 111 11110011 1001001 1001000

Color Harmonies of #8984EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8984EC

Black with #8984EC

Text Example


Text Example

White with #8984EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8984EC; }

 p { color: rgb(137,132,236); }

 H1.HeaderClassName
 {
   color: #8984EC;
 }
 .AnyTagClassName
 {
   color: #8984EC;
 }
</style>

background-color css

<style>
 a { background-color: #8984EC; }

 a { background-color: rgb(137,132,236); }

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

border-color css

<style>
 span { border-color: #8984EC; }

 span { border-color: rgb(137,132,236); }

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