#9993FF

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

Shades of Light Slate Blue #9993FF

Tints of Light Slate Blue #9993FF

Color information

#9993FF (or 0x9993FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 93 and FF. RGB value is (153,147,255). Sum of RGB (Red+Green+Blue) = 153+147+255=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9993FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993FF is #666C00. Grayscale: #A0A0A0. Windows color (decimal): -6712321 or 16749465. OLE color: 16749465.

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

Color convert

RGB153147255-
CMYK0.40.4200
HSL243.33º100%78.82%-
HSV(B)243.33º42.35%100%-
XYZ41.6234.8699.14-
YUV161.11180.99122.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 45.95%
R=27.57%
G=26.49%
B=45.95%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531472550.40.4200243.3310078.82
Hex9993FF282A00f3644f
Octal231223377505200363144117
Binary100110011001001111111111101000101010001111001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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