Html Css Color HEX #9189ED Light Slate Blue

📋 copy color: '#9189ED'

red 145 ◦ green 137 ◦ blue 237

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

Shades of Light Slate Blue #9189ED

Tints of Light Slate Blue #9189ED

RGB

 RED value IS 145 (57.03% from 255) = 27.94%

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

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

R = 27.94%
G = 26.4%
B = 45.66%

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

#9189ED (or 0x9189ED) is known color: Light Slate Blue. HEX triplet: 91, 89 and ED. RGB value is (145,137,237). Sum of RGB (Red+Green+Blue) = 145+137+237=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #9189ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9189ED is #6E7612. Grayscale: #969696. Windows color (decimal): -7239187 or 15567249. OLE color: 15567249.

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

Color convert

RGB 145 137 237 -
CMYK 0.39 0.42 0 0.07
HSL 244.8º 0.74% 0.73% -
HSV(B) 244.8º 0.42% 0.93% -
XYZ 35.91 30.03 84.02 -
YUV 150.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 145 137 237 0.39 0.42 0 0.07 244.8 0.74 0.73
Hex 91 89 ED 27 2A 0 7 F5 4A 49
Octal 221 211 355 47 52 0 7 365 112 111
Binary 10010001 10001001 11101101 100111 101010 0 111 11110101 1001010 1001001

Color Harmonies of #9189ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9189ED

Black with #9189ED

Text Example


Text Example

White with #9189ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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