#9188EF

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

Shades of Light Slate Blue #9188EF

Tints of Light Slate Blue #9188EF

Color information

#9188EF (or 0x9188EF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 88 and EF. RGB value is (145,136,239). Sum of RGB (Red+Green+Blue) = 145+136+239=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #9188EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9188EF is #6E7710. Grayscale: #969696. Windows color (decimal): -7239441 or 15698065. OLE color: 15698065.

HSL color Cylindrical-coordinate representation of color #9188EF: hue angle of 245.24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9188EF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145136239-
CMYK0.390.4300.06
HSL245.24º76.3%73.53%-
HSV(B)245.24º43.1%93.73%-
XYZ36.0629.8685.52-
YUV150.43177.98124.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=27.88%
G=26.15%
B=45.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451362390.390.4300.06245.2476.373.53
Hex9188EF272B06f54c4a
Octal221210357475306365114112
Binary10010001100010001110111110011110101101101111010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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