Html Css Color HEX #976DFF Light Slate Blue

📋 copy color: '#976DFF'

red 151 ◦ green 109 ◦ blue 255

#976DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #976DFF

Tints of Light Slate Blue #976DFF

RGB

 RED value IS 151 (59.38% from 255) = 29.32%

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 29.32%
G = 21.17%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#976DFF (or 0x976DFF) is known color: Light Slate Blue. HEX triplet: 97, 6D and FF. RGB value is (151,109,255). Sum of RGB (Red+Green+Blue) = 151+109+255=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #976DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DFF is #689200. Grayscale: #898989. Windows color (decimal): -6853121 or 16739735. OLE color: 16739735.

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

Color convert

RGB 151 109 255 -
CMYK 0.41 0.57 0 0
HSL 257.26º 1% 0.71% -
HSV(B) 257.26º 0.57% 1% -
XYZ 36.28 24.74 97.47 -
YUV 138.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 151 109 255 0.41 0.57 0 0 257.26 1 0.71
Hex 97 6D FF 29 39 0 0 101 64 47
Octal 227 155 377 51 71 0 0 401 144 107
Binary 10010111 1101101 11111111 101001 111001 0 0 100000001 1100100 1000111

Color Harmonies of #976DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DFF

Black with #976DFF

Text Example


Text Example

White with #976DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #976DFF;
 }
 .AnyTagClassName
 {
   color: #976DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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