Html Css Color HEX #977ECD True V

📋 copy color: '#977ECD'

red 151 ◦ green 126 ◦ blue 205

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

Shades of True V #977ECD

Tints of True V #977ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 31.33%
G = 26.14%
B = 42.53%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#977ECD (or 0x977ECD) is known color: True V. HEX triplet: 97, 7E and CD. RGB value is (151,126,205). Sum of RGB (Red+Green+Blue) = 151+126+205=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #977ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECD is #688132. Grayscale: #8E8E8E. Windows color (decimal): -6848819 or 13467287. OLE color: 13467287.

HSL color Cylindrical-coordinate representation of color #977ECD: hue angle of 258.99º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977ECD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 126 205 -
CMYK 0.26 0.39 0 0.20
HSL 258.99º 0.44% 0.65% -
HSV(B) 258.99º 0.39% 0.8% -
XYZ 31.24 25.91 61.11 -
YUV 142.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 151 126 205 0.26 0.39 0 0.20 258.99 0.44 0.65
Hex 97 7E CD 1A 27 0 14 103 2C 41
Octal 227 176 315 32 47 0 24 403 54 101
Binary 10010111 1111110 11001101 11010 100111 0 10100 100000011 101100 1000001

Color Harmonies of #977ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ECD

Black with #977ECD

Text Example


Text Example

White with #977ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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