#9988F2

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

Shades of Light Slate Blue #9988F2

Tints of Light Slate Blue #9988F2

Color information

#9988F2 (or 0x9988F2) is unknown color: approx Light Slate Blue. HEX triplet: 99, 88 and F2. RGB value is (153,136,242). Sum of RGB (Red+Green+Blue) = 153+136+242=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #9988F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9988F2 is #66770D. Grayscale: #989898. Windows color (decimal): -6715150 or 15894681. OLE color: 15894681.

HSL color Cylindrical-coordinate representation of color #9988F2: hue angle of 249.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9988F2 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153136242-
CMYK0.370.4400.05
HSL249.62º80.3%74.12%-
HSV(B)249.62º43.8%94.9%-
XYZ37.9730.7987.95-
YUV153.17178.13127.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=28.81%
G=25.61%
B=45.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531362420.370.4400.05249.6280.374.12
Hex9988F2252C05fa504a
Octal231210362455405372120112
Binary10011001100010001111001010010110110001011111101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9988F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9988F2; }

 p { color: rgb(153,136,242); }

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

<style>
 a { background-color: #9988F2; }

 a { background-color: rgb(153,136,242); }

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

<style>
 span { border-color: #9988F2; }

 span { border-color: rgb(153,136,242); }

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