Html Css Color HEX #977CFD Light Slate Blue

📋 copy color: '#977CFD'

red 151 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #977CFD

Tints of Light Slate Blue #977CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

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

R = 28.6%
G = 23.48%
B = 47.92%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#977CFD (or 0x977CFD) is known color: Light Slate Blue. HEX triplet: 97, 7C and FD. RGB value is (151,124,253). Sum of RGB (Red+Green+Blue) = 151+124+253=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #977CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977CFD is #688302. Grayscale: #929292. Windows color (decimal): -6849283 or 16612503. OLE color: 16612503.

HSL color Cylindrical-coordinate representation of color #977CFD: hue angle of 252.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977CFD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 124 253 -
CMYK 0.40 0.51 0 0.01
HSL 252.56º 0.97% 0.74% -
HSV(B) 252.56º 0.51% 0.99% -
XYZ 37.7 28.09 96.36 -
YUV 146.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 151 124 253 0.40 0.51 0 0.01 252.56 0.97 0.74
Hex 97 7C FD 28 33 0 1 FD 61 4A
Octal 227 174 375 50 63 0 1 375 141 112
Binary 10010111 1111100 11111101 101000 110011 0 1 11111101 1100001 1001010

Color Harmonies of #977CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CFD

Black with #977CFD

Text Example


Text Example

White with #977CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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