Html Css Color HEX #976DFB Light Slate Blue

📋 copy color: '#976DFB'

red 151 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #976DFB

Tints of Light Slate Blue #976DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 29.55%
G = 21.33%
B = 49.12%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#976DFB (or 0x976DFB) is known color: Light Slate Blue. HEX triplet: 97, 6D and FB. RGB value is (151,109,251). Sum of RGB (Red+Green+Blue) = 151+109+251=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #976DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DFB is #689204. Grayscale: #898989. Windows color (decimal): -6853125 or 16477591. OLE color: 16477591.

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

Color convert

RGB 151 109 251 -
CMYK 0.40 0.57 0 0.02
HSL 257.75º 0.95% 0.71% -
HSV(B) 257.75º 0.57% 0.98% -
XYZ 35.64 24.48 94.11 -
YUV 137.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 151 109 251 0.40 0.57 0 0.02 257.75 0.95 0.71
Hex 97 6D FB 28 39 0 2 102 5F 47
Octal 227 155 373 50 71 0 2 402 137 107
Binary 10010111 1101101 11111011 101000 111001 0 10 100000010 1011111 1000111

Color Harmonies of #976DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DFB

Black with #976DFB

Text Example


Text Example

White with #976DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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