Html Css Color HEX #976CFD Light Slate Blue

📋 copy color: '#976CFD'

red 151 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #976CFD

Tints of Light Slate Blue #976CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 29.49%
G = 21.09%
B = 49.41%

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

#976CFD (or 0x976CFD) is known color: Light Slate Blue. HEX triplet: 97, 6C and FD. RGB value is (151,108,253). Sum of RGB (Red+Green+Blue) = 151+108+253=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #976CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CFD is #689302. Grayscale: #888888. Windows color (decimal): -6853379 or 16608407. OLE color: 16608407.

HSL color Cylindrical-coordinate representation of color #976CFD: hue angle of 257.79º degrees, saturation: 0.97, 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 #976CFD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 108 253 -
CMYK 0.40 0.57 0 0.01
HSL 257.79º 0.97% 0.71% -
HSV(B) 257.79º 0.57% 0.99% -
XYZ 35.85 24.4 95.75 -
YUV 137.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 151 108 253 0.40 0.57 0 0.01 257.79 0.97 0.71
Hex 97 6C FD 28 39 0 1 102 61 47
Octal 227 154 375 50 71 0 1 402 141 107
Binary 10010111 1101100 11111101 101000 111001 0 1 100000010 1100001 1000111

Color Harmonies of #976CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CFD

Black with #976CFD

Text Example


Text Example

White with #976CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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