Html Css Color HEX #8984ED Light Slate Blue

📋 copy color: '#8984ED'

red 137 ◦ green 132 ◦ blue 237

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

Shades of Light Slate Blue #8984ED

Tints of Light Slate Blue #8984ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 27.08%
G = 26.09%
B = 46.84%

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

#8984ED (or 0x8984ED) is known color: Light Slate Blue. HEX triplet: 89, 84 and ED. RGB value is (137,132,237). Sum of RGB (Red+Green+Blue) = 137+132+237=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #8984ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8984ED is #767B12. Grayscale: #919191. Windows color (decimal): -7764755 or 15565961. OLE color: 15565961.

HSL color Cylindrical-coordinate representation of color #8984ED: hue angle of 242.86º degrees, saturation: 0.74, 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 #8984ED is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 132 237 -
CMYK 0.42 0.44 0 0.07
HSL 242.86º 0.74% 0.72% -
HSV(B) 242.86º 0.44% 0.93% -
XYZ 33.85 27.94 83.73 -
YUV 145.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 137 132 237 0.42 0.44 0 0.07 242.86 0.74 0.72
Hex 89 84 ED 2A 2C 0 7 F3 4A 48
Octal 211 204 355 52 54 0 7 363 112 110
Binary 10001001 10000100 11101101 101010 101100 0 111 11110011 1001010 1001000

Color Harmonies of #8984ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8984ED

Black with #8984ED

Text Example


Text Example

White with #8984ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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