#9188FC

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

Shades of Light Slate Blue #9188FC

Tints of Light Slate Blue #9188FC

Color information

#9188FC (or 0x9188FC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 88 and FC. RGB value is (145,136,252). Sum of RGB (Red+Green+Blue) = 145+136+252=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #9188FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9188FC is #6E7703. Grayscale: #979797. Windows color (decimal): -7239428 or 16550033. OLE color: 16550033.

HSL color Cylindrical-coordinate representation of color #9188FC: hue angle of 244.66º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9188FC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145136252-
CMYK0.420.4600.01
HSL244.66º95.08%76.08%-
HSV(B)244.66º46.03%98.82%-
XYZ38.0530.6696.01-
YUV151.92184.48123.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=27.20%
G=25.52%
B=47.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451362520.420.4600.01244.6695.0876.08
Hex9188FC2A2E01f55f4c
Octal221210374525601365137114
Binary100100011000100011111100101010101110011111010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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