Html Css Color HEX #977ECE True V

📋 copy color: '#977ECE'

red 151 ◦ green 126 ◦ blue 206

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

Shades of True V #977ECE

Tints of True V #977ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 31.26%
G = 26.09%
B = 42.65%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#977ECE (or 0x977ECE) is known color: True V. HEX triplet: 97, 7E and CE. RGB value is (151,126,206). Sum of RGB (Red+Green+Blue) = 151+126+206=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #977ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECE is #688131. Grayscale: #8E8E8E. Windows color (decimal): -6848818 or 13532823. OLE color: 13532823.

HSL color Cylindrical-coordinate representation of color #977ECE: hue angle of 258.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977ECE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 126 206 -
CMYK 0.27 0.39 0 0.19
HSL 258.75º 0.45% 0.65% -
HSV(B) 258.75º 0.39% 0.81% -
XYZ 31.36 25.96 61.75 -
YUV 142.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 151 126 206 0.27 0.39 0 0.19 258.75 0.45 0.65
Hex 97 7E CE 1B 27 0 13 103 2D 41
Octal 227 176 316 33 47 0 23 403 55 101
Binary 10010111 1111110 11001110 11011 100111 0 10011 100000011 101101 1000001

Color Harmonies of #977ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ECE

Black with #977ECE

Text Example


Text Example

White with #977ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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