#9988FF

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

Shades of Light Slate Blue #9988FF

Tints of Light Slate Blue #9988FF

Color information

#9988FF (or 0x9988FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 88 and FF. RGB value is (153,136,255). Sum of RGB (Red+Green+Blue) = 153+136+255=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9988FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9988FF is #667700. Grayscale: #9A9A9A. Windows color (decimal): -6715137 or 16746649. OLE color: 16746649.

HSL color Cylindrical-coordinate representation of color #9988FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9988FF is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153136255-
CMYK0.40.4700
HSL248.57º100%76.67%-
HSV(B)248.57º46.67%100%-
XYZ39.9931.698.6-
YUV154.65184.63126.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 255 (100% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531362550.40.4700248.5710076.67
Hex9988FF282F00f9644d
Octal231210377505700371144115
Binary100110011000100011111111101000101111001111100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9988FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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