#9A96FF

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

Shades of Light Slate Blue #9A96FF

Tints of Light Slate Blue #9A96FF

Color information

#9A96FF (or 0x9A96FF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 96 and FF. RGB value is (154,150,255). Sum of RGB (Red+Green+Blue) = 154+150+255=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A96FF is #656900. Grayscale: #A2A2A2. Windows color (decimal): -6646017 or 16750234. OLE color: 16750234.

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

Color convert

RGB154150255-
CMYK0.400.4100
HSL242.29º100%79.41%-
HSV(B)242.29º41.18%100%-
XYZ42.2835.999.31-
YUV163.17179.83121.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 45.62%
R=27.55%
G=26.83%
B=45.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541502550.400.4100242.2910079.41
Hex9A96FF282900f2644f
Octal232226377505100362144117
Binary100110101001011011111111101000101001001111001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A96FF; }

 p { color: rgb(154,150,255); }

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

<style>
 a { background-color: #9A96FF; }

 a { background-color: rgb(154,150,255); }

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

<style>
 span { border-color: #9A96FF; }

 span { border-color: rgb(154,150,255); }

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