Html Css Color HEX #977CCA True V

📋 copy color: '#977CCA'

red 151 ◦ green 124 ◦ blue 202

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

Shades of True V #977CCA

Tints of True V #977CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 31.66%
G = 26%
B = 42.35%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#977CCA (or 0x977CCA) is known color: True V. HEX triplet: 97, 7C and CA. RGB value is (151,124,202). Sum of RGB (Red+Green+Blue) = 151+124+202=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #977CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCA is #688335. Grayscale: #8C8C8C. Windows color (decimal): -6849334 or 13270167. OLE color: 13270167.

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

Color convert

RGB 151 124 202 -
CMYK 0.25 0.39 0 0.21
HSL 260.77º 0.42% 0.64% -
HSV(B) 260.77º 0.39% 0.79% -
XYZ 30.63 25.26 59.14 -
YUV 140.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 151 124 202 0.25 0.39 0 0.21 260.77 0.42 0.64
Hex 97 7C CA 19 27 0 15 105 2A 40
Octal 227 174 312 31 47 0 25 405 52 100
Binary 10010111 1111100 11001010 11001 100111 0 10101 100000101 101010 1000000

Color Harmonies of #977CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CCA

Black with #977CCA

Text Example


Text Example

White with #977CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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