Html Css Color HEX #977EBF Cold Purple

📋 copy color: '#977EBF'

red 151 ◦ green 126 ◦ blue 191

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

Shades of Cold Purple #977EBF

Tints of Cold Purple #977EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 32.26%
G = 26.92%
B = 40.81%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#977EBF (or 0x977EBF) is known color: Cold Purple. HEX triplet: 97, 7E and BF. RGB value is (151,126,191). Sum of RGB (Red+Green+Blue) = 151+126+191=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #977EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EBF is #688140. Grayscale: #8C8C8C. Windows color (decimal): -6848833 or 12549783. OLE color: 12549783.

HSL color Cylindrical-coordinate representation of color #977EBF: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977EBF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 126 191 -
CMYK 0.21 0.34 0 0.25
HSL 263.08º 0.34% 0.62% -
HSV(B) 263.08º 0.34% 0.75% -
XYZ 29.63 25.26 52.6 -
YUV 140.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 151 126 191 0.21 0.34 0 0.25 263.08 0.34 0.62
Hex 97 7E BF 15 22 0 19 107 22 3E
Octal 227 176 277 25 42 0 31 407 42 76
Binary 10010111 1111110 10111111 10101 100010 0 11001 100000111 100010 111110

Color Harmonies of #977EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EBF

Black with #977EBF

Text Example


Text Example

White with #977EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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