Html Css Color HEX #7977AE Chetwode Blue

📋 copy color: '#7977AE'

red 121 ◦ green 119 ◦ blue 174

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

Shades of Chetwode Blue #7977AE

Tints of Chetwode Blue #7977AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 29.23%
G = 28.74%
B = 42.03%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7977AE (or 0x7977AE) is known color: Chetwode Blue. HEX triplet: 79, 77 and AE. RGB value is (121,119,174). Sum of RGB (Red+Green+Blue) = 121+119+174=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #7977AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7977AE is #868851. Grayscale: #7D7D7D. Windows color (decimal): -8816722 or 11433849. OLE color: 11433849.

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

Color convert

RGB 121 119 174 -
CMYK 0.30 0.32 0 0.32
HSL 242.18º 0.25% 0.57% -
HSV(B) 242.18º 0.32% 0.68% -
XYZ 22.12 20.31 42.8 -
YUV 125.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 121 119 174 0.30 0.32 0 0.32 242.18 0.25 0.57
Hex 79 77 AE 1E 20 0 20 F2 19 39
Octal 171 167 256 36 40 0 40 362 31 71
Binary 1111001 1110111 10101110 11110 100000 0 100000 11110010 11001 111001

Color Harmonies of #7977AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977AE

Black with #7977AE

Text Example


Text Example

White with #7977AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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