#976BF6

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

Shades of Light Slate Blue #976BF6

Tints of Light Slate Blue #976BF6

Color information

#976BF6 (or 0x976BF6) is unknown color: approx Light Slate Blue. HEX triplet: 97, 6B and F6. RGB value is (151,107,246). Sum of RGB (Red+Green+Blue) = 151+107+246=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #976BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976BF6 is #689409. Grayscale: #878787. Windows color (decimal): -6853642 or 16149399. OLE color: 16149399.

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

Color convert

RGB151107246-
CMYK0.390.5700.04
HSL258.99º88.54%69.22%-
HSV(B)258.99º56.5%96.47%-
XYZ34.6523.7589.95-
YUV136190.08138.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 246 (96.48% from 255) = 48.81%
R=29.96%
G=21.23%
B=48.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511072460.390.5700.04258.9988.5469.22
Hex976BF62739041035945
Octal227153366477104403131105
Binary10010111110101111110110100111111001010010000001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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