#976EFF

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

Shades of Light Slate Blue #976EFF

Tints of Light Slate Blue #976EFF

Color information

#976EFF (or 0x976EFF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 6E and FF. RGB value is (151,110,255). Sum of RGB (Red+Green+Blue) = 151+110+255=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #976EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976EFF is #689100. Grayscale: #8A8A8A. Windows color (decimal): -6852865 or 16739991. OLE color: 16739991.

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

Color convert

RGB151110255-
CMYK0.410.5700
HSL256.97º100%71.57%-
HSV(B)256.97º56.86%100%-
XYZ36.3924.9597.51-
YUV138.79193.58136.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 110 (43.36% from 255) = 21.32%
BLUE value IS 255 (100% from 255) = 49.42%
R=29.26%
G=21.32%
B=49.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511102550.410.5700256.9710071.57
Hex976EFF2939001016448
Octal227156377517100401144110
Binary100101111101110111111111010011110010010000000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,255); }

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

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

 a { background-color: rgb(151,110,255); }

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

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

 span { border-color: rgb(151,110,255); }

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