#976FF7

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

Shades of Light Slate Blue #976FF7

Tints of Light Slate Blue #976FF7

Color information

#976FF7 (or 0x976FF7) is unknown color: approx Light Slate Blue. HEX triplet: 97, 6F and F7. RGB value is (151,111,247). Sum of RGB (Red+Green+Blue) = 151+111+247=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #976FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FF7 is #689008. Grayscale: #898989. Windows color (decimal): -6852617 or 16215959. OLE color: 16215959.

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

Color convert

RGB151111247-
CMYK0.390.5500.03
HSL257.65º89.47%70.2%-
HSV(B)257.65º55.06%96.86%-
XYZ35.2424.6690.9-
YUV138.46189.25136.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.67%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=29.67%
G=21.81%
B=48.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511112470.390.5500.03257.6589.4770.2
Hex976FF72737031025946
Octal227157367476703402131106
Binary1001011111011111111011110011111011101110000001010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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