#9188EE

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

Shades of Light Slate Blue #9188EE

Tints of Light Slate Blue #9188EE

Color information

#9188EE (or 0x9188EE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 88 and EE. RGB value is (145,136,238). Sum of RGB (Red+Green+Blue) = 145+136+238=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 136 (53.52% from 255 or 26.20% 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 #9188EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9188EE is #6E7711. Grayscale: #959595. Windows color (decimal): -7239442 or 15632529. OLE color: 15632529.

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

Color convert

RGB145136238-
CMYK0.390.4300.07
HSL245.29º75%73.33%-
HSV(B)245.29º42.86%93.33%-
XYZ35.9129.884.75-
YUV150.32177.48124.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=27.94%
G=26.20%
B=45.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451362380.390.4300.07245.297573.33
Hex9188EE272B07f54b49
Octal221210356475307365113111
Binary10010001100010001110111010011110101101111111010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,136,238); }

 H1.HeaderClassName
 {
   color: #9188EE;
 }
 .AnyTagClassName
 {
   color: #9188EE;
 }
</style>
background-color css

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

 a { background-color: rgb(145,136,238); }

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

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

 span { border-color: rgb(145,136,238); }

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