Html Css Color HEX #977EFF Light Slate Blue

📋 copy color: '#977EFF'

red 151 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #977EFF

Tints of Light Slate Blue #977EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 28.38%
G = 23.68%
B = 47.93%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#977EFF (or 0x977EFF) is known color: Light Slate Blue. HEX triplet: 97, 7E and FF. RGB value is (151,126,255). Sum of RGB (Red+Green+Blue) = 151+126+255=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #977EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EFF is #688100. Grayscale: #939393. Windows color (decimal): -6848769 or 16744087. OLE color: 16744087.

HSL color Cylindrical-coordinate representation of color #977EFF: hue angle of 251.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977EFF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 126 255 -
CMYK 0.41 0.51 0 0
HSL 251.63º 1% 0.75% -
HSV(B) 251.63º 0.51% 1% -
XYZ 38.27 28.72 98.13 -
YUV 148.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 151 126 255 0.41 0.51 0 0 251.63 1 0.75
Hex 97 7E FF 29 33 0 0 FC 64 4B
Octal 227 176 377 51 63 0 0 374 144 113
Binary 10010111 1111110 11111111 101001 110011 0 0 11111100 1100100 1001011

Color Harmonies of #977EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EFF

Black with #977EFF

Text Example


Text Example

White with #977EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,255); }

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

background-color css

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

 a { background-color: rgb(151,126,255); }

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

border-color css

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

 span { border-color: rgb(151,126,255); }

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