#9188FE

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

Shades of Light Slate Blue #9188FE

Tints of Light Slate Blue #9188FE

Color information

#9188FE (or 0x9188FE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 88 and FE. RGB value is (145,136,254). Sum of RGB (Red+Green+Blue) = 145+136+254=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9188FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9188FE is #6E7701. Grayscale: #979797. Windows color (decimal): -7239426 or 16681105. OLE color: 16681105.

HSL color Cylindrical-coordinate representation of color #9188FE: hue angle of 244.58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9188FE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB145136254-
CMYK0.430.4600.00
HSL244.58º98.33%76.47%-
HSV(B)244.58º46.46%99.61%-
XYZ38.3730.7897.69-
YUV152.14185.48122.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=27.10%
G=25.42%
B=47.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451362540.430.4600.00244.5898.3376.47
Hex9188FE2B2E00f5624c
Octal221210376535600365142114
Binary100100011000100011111110101011101110001111010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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