#966AFD

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

Shades of Light Slate Blue #966AFD

Tints of Light Slate Blue #966AFD

Color information

#966AFD (or 0x966AFD) is unknown color: approx Light Slate Blue. HEX triplet: 96, 6A and FD. RGB value is (150,106,253). Sum of RGB (Red+Green+Blue) = 150+106+253=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #966AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AFD is #699502. Grayscale: #878787. Windows color (decimal): -6919427 or 16607894. OLE color: 16607894.

HSL color Cylindrical-coordinate representation of color #966AFD: hue angle of 257.96º 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 #966AFD is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150106253-
CMYK0.410.5800.01
HSL257.96º97.35%70.39%-
HSV(B)257.96º58.1%99.22%-
XYZ35.4623.8895.67-
YUV135.91194.08138.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=29.47%
G=20.83%
B=49.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501062530.410.5800.01257.9697.3570.39
Hex966AFD293A011026146
Octal226152375517201402141106
Binary100101101101010111111011010011110100110000001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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