#9992FF

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

Shades of Light Slate Blue #9992FF

Tints of Light Slate Blue #9992FF

Color information

#9992FF (or 0x9992FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 92 and FF. RGB value is (153,146,255). Sum of RGB (Red+Green+Blue) = 153+146+255=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9992FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9992FF is #666D00. Grayscale: #A0A0A0. Windows color (decimal): -6712577 or 16749209. OLE color: 16749209.

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

Color convert

RGB153146255-
CMYK0.40.4300
HSL243.85º100%78.63%-
HSV(B)243.85º42.75%100%-
XYZ41.4734.5599.09-
YUV160.52181.32122.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 255 (100% from 255) = 46.03%
R=27.62%
G=26.35%
B=46.03%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531462550.40.4300243.8510078.63
Hex9992FF282B00f4644f
Octal231222377505300364144117
Binary100110011001001011111111101000101011001111010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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