#9189ED

Color #9189ED Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9189ED

Tints of Light Slate Blue #9189ED

Color information

#9189ED (or 0x9189ED) is unknown color: approx 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

RGB145137237-
CMYK0.390.4200.07
HSL244.8º73.53%73.33%-
HSV(B)244.8º42.19%92.94%-
XYZ35.9130.0384.02-
YUV150.79176.65123.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=27.94%
G=26.40%
B=45.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451372370.390.4200.07244.873.5373.33
Hex9189ED272A07f54a49
Octal221211355475207365112111
Binary10010001100010011110110110011110101001111111010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9189ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>