Html Css Color HEX #7977AD Chetwode Blue

📋 copy color: '#7977AD'

red 121 ◦ green 119 ◦ blue 173

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

Shades of Chetwode Blue #7977AD

Tints of Chetwode Blue #7977AD

RGB

 RED value IS 121 (47.66% from 255) = 29.3%

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 29.3%
G = 28.81%
B = 41.89%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7977AD (or 0x7977AD) is known color: Chetwode Blue. HEX triplet: 79, 77 and AD. RGB value is (121,119,173). Sum of RGB (Red+Green+Blue) = 121+119+173=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #7977AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7977AD is #868852. Grayscale: #7D7D7D. Windows color (decimal): -8816723 or 11368313. OLE color: 11368313.

HSL color Cylindrical-coordinate representation of color #7977AD: hue angle of 242.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7977AD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 119 173 -
CMYK 0.30 0.31 0 0.32
HSL 242.22º 0.25% 0.57% -
HSV(B) 242.22º 0.31% 0.68% -
XYZ 22.02 20.28 42.29 -
YUV 125.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 121 119 173 0.30 0.31 0 0.32 242.22 0.25 0.57
Hex 79 77 AD 1E 1F 0 20 F2 19 39
Octal 171 167 255 36 37 0 40 362 31 71
Binary 1111001 1110111 10101101 11110 11111 0 100000 11110010 11001 111001

Color Harmonies of #7977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977AD

Black with #7977AD

Text Example


Text Example

White with #7977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7977AD; }

 p { color: rgb(121,119,173); }

 H1.HeaderClassName
 {
   color: #7977AD;
 }
 .AnyTagClassName
 {
   color: #7977AD;
 }
</style>

background-color css

<style>
 a { background-color: #7977AD; }

 a { background-color: rgb(121,119,173); }

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

border-color css

<style>
 span { border-color: #7977AD; }

 span { border-color: rgb(121,119,173); }

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