#996AFD

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

Shades of Light Slate Blue #996AFD

Tints of Light Slate Blue #996AFD

Color information

#996AFD (or 0x996AFD) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6A and FD. RGB value is (153,106,253). Sum of RGB (Red+Green+Blue) = 153+106+253=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #996AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AFD is #669502. Grayscale: #888888. Windows color (decimal): -6722819 or 16607897. OLE color: 16607897.

HSL color Cylindrical-coordinate representation of color #996AFD: hue angle of 259.18º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996AFD is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153106253-
CMYK0.400.5800.01
HSL259.18º97.35%70.39%-
HSV(B)259.18º58.1%99.22%-
XYZ36.0224.1795.7-
YUV136.81193.57139.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=29.88%
G=20.70%
B=49.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531062530.400.5800.01259.1897.3570.39
Hex996AFD283A011036146
Octal231152375507201403141106
Binary100110011101010111111011010001110100110000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996AFD; }

 p { color: rgb(153,106,253); }

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

<style>
 a { background-color: #996AFD; }

 a { background-color: rgb(153,106,253); }

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

<style>
 span { border-color: #996AFD; }

 span { border-color: rgb(153,106,253); }

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