Html Css Color HEX #977CC9 True V

📋 copy color: '#977CC9'

red 151 ◦ green 124 ◦ blue 201

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

Shades of True V #977CC9

Tints of True V #977CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 31.72%
G = 26.05%
B = 42.23%

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

#977CC9 (or 0x977CC9) is known color: True V. HEX triplet: 97, 7C and C9. RGB value is (151,124,201). Sum of RGB (Red+Green+Blue) = 151+124+201=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #977CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CC9 is #688336. Grayscale: #8C8C8C. Windows color (decimal): -6849335 or 13204631. OLE color: 13204631.

HSL color Cylindrical-coordinate representation of color #977CC9: hue angle of 261.04º 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 #977CC9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 124 201 -
CMYK 0.25 0.38 0 0.21
HSL 261.04º 0.42% 0.64% -
HSV(B) 261.04º 0.38% 0.79% -
XYZ 30.51 25.21 58.52 -
YUV 140.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 151 124 201 0.25 0.38 0 0.21 261.04 0.42 0.64
Hex 97 7C C9 19 26 0 15 105 2A 40
Octal 227 174 311 31 46 0 25 405 52 100
Binary 10010111 1111100 11001001 11001 100110 0 10101 100000101 101010 1000000

Color Harmonies of #977CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CC9

Black with #977CC9

Text Example


Text Example

White with #977CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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