Html Css Color HEX #977CFB Light Slate Blue

📋 copy color: '#977CFB'

red 151 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #977CFB

Tints of Light Slate Blue #977CFB

RGB

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

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

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

R = 28.71%
G = 23.57%
B = 47.72%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#977CFB (or 0x977CFB) is known color: Light Slate Blue. HEX triplet: 97, 7C and FB. RGB value is (151,124,251). Sum of RGB (Red+Green+Blue) = 151+124+251=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #977CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977CFB is #688304. Grayscale: #929292. Windows color (decimal): -6849285 or 16481431. OLE color: 16481431.

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

Color convert

RGB 151 124 251 -
CMYK 0.40 0.51 0 0.02
HSL 252.76º 0.94% 0.74% -
HSV(B) 252.76º 0.51% 0.98% -
XYZ 37.38 27.96 94.69 -
YUV 146.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 151 124 251 0.40 0.51 0 0.02 252.76 0.94 0.74
Hex 97 7C FB 28 33 0 2 FD 5E 4A
Octal 227 174 373 50 63 0 2 375 136 112
Binary 10010111 1111100 11111011 101000 110011 0 10 11111101 1011110 1001010

Color Harmonies of #977CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CFB

Black with #977CFB

Text Example


Text Example

White with #977CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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