#976FF6

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

Shades of Light Slate Blue #976FF6

Tints of Light Slate Blue #976FF6

Color information

#976FF6 (or 0x976FF6) is unknown color: approx Light Slate Blue. HEX triplet: 97, 6F and F6. RGB value is (151,111,246). Sum of RGB (Red+Green+Blue) = 151+111+246=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #976FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FF6 is #689009. Grayscale: #898989. Windows color (decimal): -6852618 or 16150423. OLE color: 16150423.

HSL color Cylindrical-coordinate representation of color #976FF6: hue angle of 257.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976FF6 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151111246-
CMYK0.390.5500.04
HSL257.78º88.24%70%-
HSV(B)257.78º54.88%96.47%-
XYZ35.0824.690.09-
YUV138.35188.75137.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=29.72%
G=21.85%
B=48.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511112460.390.5500.04257.7888.2470
Hex976FF62737041025846
Octal227157366476704402130106
Binary10010111110111111110110100111110111010010000001010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976FF6; }

 p { color: rgb(151,111,246); }

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

<style>
 a { background-color: #976FF6; }

 a { background-color: rgb(151,111,246); }

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

<style>
 span { border-color: #976FF6; }

 span { border-color: rgb(151,111,246); }

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