Html Css Color HEX #977ECB True V

📋 copy color: '#977ECB'

red 151 ◦ green 126 ◦ blue 203

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

Shades of True V #977ECB

Tints of True V #977ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 31.46%
G = 26.25%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#977ECB (or 0x977ECB) is known color: True V. HEX triplet: 97, 7E and CB. RGB value is (151,126,203). Sum of RGB (Red+Green+Blue) = 151+126+203=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #977ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECB is #688134. Grayscale: #8D8D8D. Windows color (decimal): -6848821 or 13336215. OLE color: 13336215.

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

Color convert

RGB 151 126 203 -
CMYK 0.26 0.38 0 0.20
HSL 259.48º 0.43% 0.65% -
HSV(B) 259.48º 0.38% 0.8% -
XYZ 31 25.81 59.85 -
YUV 142.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 151 126 203 0.26 0.38 0 0.20 259.48 0.43 0.65
Hex 97 7E CB 1A 26 0 14 103 2B 41
Octal 227 176 313 32 46 0 24 403 53 101
Binary 10010111 1111110 11001011 11010 100110 0 10100 100000011 101011 1000001

Color Harmonies of #977ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ECB

Black with #977ECB

Text Example


Text Example

White with #977ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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