Html Css Color HEX #9089EE Light Slate Blue

📋 copy color: '#9089EE'

red 144 ◦ green 137 ◦ blue 238

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

Shades of Light Slate Blue #9089EE

Tints of Light Slate Blue #9089EE

RGB

 RED value IS 144 (56.64% from 255) = 27.75%

 GREEN value IS 137 (53.91% from 255) = 26.4%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 27.75%
G = 26.4%
B = 45.86%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9089EE (or 0x9089EE) is known color: Light Slate Blue. HEX triplet: 90, 89 and EE. RGB value is (144,137,238). Sum of RGB (Red+Green+Blue) = 144+137+238=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9089EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9089EE is #6F7611. Grayscale: #969696. Windows color (decimal): -7304722 or 15632784. OLE color: 15632784.

HSL color Cylindrical-coordinate representation of color #9089EE: hue angle of 244.16º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9089EE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 137 238 -
CMYK 0.39 0.42 0 0.07
HSL 244.16º 0.75% 0.74% -
HSV(B) 244.16º 0.42% 0.93% -
XYZ 35.88 29.99 84.79 -
YUV 150.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 144 137 238 0.39 0.42 0 0.07 244.16 0.75 0.74
Hex 90 89 EE 27 2A 0 7 F4 4B 4A
Octal 220 211 356 47 52 0 7 364 113 112
Binary 10010000 10001001 11101110 100111 101010 0 111 11110100 1001011 1001010

Color Harmonies of #9089EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9089EE

Black with #9089EE

Text Example


Text Example

White with #9089EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9089EE; }

 p { color: rgb(144,137,238); }

 H1.HeaderClassName
 {
   color: #9089EE;
 }
 .AnyTagClassName
 {
   color: #9089EE;
 }
</style>

background-color css

<style>
 a { background-color: #9089EE; }

 a { background-color: rgb(144,137,238); }

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

border-color css

<style>
 span { border-color: #9089EE; }

 span { border-color: rgb(144,137,238); }

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