Html Css Color HEX #977ECA True V

📋 copy color: '#977ECA'

red 151 ◦ green 126 ◦ blue 202

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

Shades of True V #977ECA

Tints of True V #977ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 31.52%
G = 26.3%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#977ECA (or 0x977ECA) is known color: True V. HEX triplet: 97, 7E and CA. RGB value is (151,126,202). Sum of RGB (Red+Green+Blue) = 151+126+202=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #977ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECA is #688135. Grayscale: #8D8D8D. Windows color (decimal): -6848822 or 13270679. OLE color: 13270679.

HSL color Cylindrical-coordinate representation of color #977ECA: hue angle of 259.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977ECA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 126 202 -
CMYK 0.25 0.38 0 0.21
HSL 259.74º 0.42% 0.64% -
HSV(B) 259.74º 0.38% 0.79% -
XYZ 30.88 25.77 59.22 -
YUV 142.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 151 126 202 0.25 0.38 0 0.21 259.74 0.42 0.64
Hex 97 7E CA 19 26 0 15 104 2A 40
Octal 227 176 312 31 46 0 25 404 52 100
Binary 10010111 1111110 11001010 11001 100110 0 10101 100000100 101010 1000000

Color Harmonies of #977ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ECA

Black with #977ECA

Text Example


Text Example

White with #977ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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