Html Css Color HEX #7977A8 Deluge

📋 copy color: '#7977A8'

red 121 ◦ green 119 ◦ blue 168

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

Shades of Deluge #7977A8

Tints of Deluge #7977A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 29.66%
G = 29.17%
B = 41.18%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7977A8 (or 0x7977A8) is known color: Deluge. HEX triplet: 79, 77 and A8. RGB value is (121,119,168). Sum of RGB (Red+Green+Blue) = 121+119+168=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #7977A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7977A8 is #868857. Grayscale: #7C7C7C. Windows color (decimal): -8816728 or 11040633. OLE color: 11040633.

HSL color Cylindrical-coordinate representation of color #7977A8: hue angle of 242.45º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7977A8 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 119 168 -
CMYK 0.28 0.29 0 0.34
HSL 242.45º 0.22% 0.56% -
HSV(B) 242.45º 0.29% 0.66% -
XYZ 21.55 20.09 39.79 -
YUV 125.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 121 119 168 0.28 0.29 0 0.34 242.45 0.22 0.56
Hex 79 77 A8 1C 1D 0 22 F2 16 38
Octal 171 167 250 34 35 0 42 362 26 70
Binary 1111001 1110111 10101000 11100 11101 0 100010 11110010 10110 111000

Color Harmonies of #7977A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977A8

Black with #7977A8

Text Example


Text Example

White with #7977A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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