Html Css Color HEX #976DFC Light Slate Blue

📋 copy color: '#976DFC'

red 151 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #976DFC

Tints of Light Slate Blue #976DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 29.49%
G = 21.29%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#976DFC (or 0x976DFC) is known color: Light Slate Blue. HEX triplet: 97, 6D and FC. RGB value is (151,109,252). Sum of RGB (Red+Green+Blue) = 151+109+252=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #976DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DFC is #689203. Grayscale: #898989. Windows color (decimal): -6853124 or 16543127. OLE color: 16543127.

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

Color convert

RGB 151 109 252 -
CMYK 0.40 0.57 0 0.01
HSL 257.62º 0.96% 0.71% -
HSV(B) 257.62º 0.57% 0.99% -
XYZ 35.8 24.54 94.95 -
YUV 137.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 151 109 252 0.40 0.57 0 0.01 257.62 0.96 0.71
Hex 97 6D FC 28 39 0 1 102 60 47
Octal 227 155 374 50 71 0 1 402 140 107
Binary 10010111 1101101 11111100 101000 111001 0 1 100000010 1100000 1000111

Color Harmonies of #976DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DFC

Black with #976DFC

Text Example


Text Example

White with #976DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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