Html Css Color HEX #7976AB Deluge

📋 copy color: '#7976AB'

red 121 ◦ green 118 ◦ blue 171

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

Shades of Deluge #7976AB

Tints of Deluge #7976AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 29.51%
G = 28.78%
B = 41.71%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7976AB (or 0x7976AB) is known color: Deluge. HEX triplet: 79, 76 and AB. RGB value is (121,118,171). Sum of RGB (Red+Green+Blue) = 121+118+171=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #7976AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7976AB is #868954. Grayscale: #7C7C7C. Windows color (decimal): -8816981 or 11236985. OLE color: 11236985.

HSL color Cylindrical-coordinate representation of color #7976AB: hue angle of 243.4º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7976AB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 118 171 -
CMYK 0.29 0.31 0 0.33
HSL 243.4º 0.24% 0.57% -
HSV(B) 243.4º 0.31% 0.67% -
XYZ 21.71 19.96 41.24 -
YUV 124.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 121 118 171 0.29 0.31 0 0.33 243.4 0.24 0.57
Hex 79 76 AB 1D 1F 0 21 F3 18 39
Octal 171 166 253 35 37 0 41 363 30 71
Binary 1111001 1110110 10101011 11101 11111 0 100001 11110011 11000 111001

Color Harmonies of #7976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976AB

Black with #7976AB

Text Example


Text Example

White with #7976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7976AB; }

 p { color: rgb(121,118,171); }

 H1.HeaderClassName
 {
   color: #7976AB;
 }
 .AnyTagClassName
 {
   color: #7976AB;
 }
</style>

background-color css

<style>
 a { background-color: #7976AB; }

 a { background-color: rgb(121,118,171); }

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

border-color css

<style>
 span { border-color: #7976AB; }

 span { border-color: rgb(121,118,171); }

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