#976CFB

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

Shades of Light Slate Blue #976CFB

Tints of Light Slate Blue #976CFB

Color information

#976CFB (or 0x976CFB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 6C and FB. RGB value is (151,108,251). Sum of RGB (Red+Green+Blue) = 151+108+251=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #976CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CFB is #689304. Grayscale: #888888. Windows color (decimal): -6853381 or 16477335. OLE color: 16477335.

HSL color Cylindrical-coordinate representation of color #976CFB: hue angle of 258.04º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #976CFB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151108251-
CMYK0.400.5700.02
HSL258.04º94.7%70.39%-
HSV(B)258.04º56.97%98.43%-
XYZ35.5424.2794.08-
YUV137.16192.25137.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=29.61%
G=21.18%
B=49.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511082510.400.5700.02258.0494.770.39
Hex976CFB2839021025f46
Octal227154373507102402137106
Binary1001011111011001111101110100011100101010000001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,251); }

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

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

 a { background-color: rgb(151,108,251); }

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

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

 span { border-color: rgb(151,108,251); }

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