Html Css Color HEX #7D79A0 Deluge

📋 copy color: '#7D79A0'

red 125 ◦ green 121 ◦ blue 160

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

Shades of Deluge #7D79A0

Tints of Deluge #7D79A0

RGB

 RED value IS 125 (49.22% from 255) = 30.79%

 GREEN value IS 121 (47.66% from 255) = 29.8%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 30.79%
G = 29.8%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7D79A0 (or 0x7D79A0) is known color: Deluge. HEX triplet: 7D, 79 and A0. RGB value is (125,121,160). Sum of RGB (Red+Green+Blue) = 125+121+160=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D79A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D79A0 is #82865F. Grayscale: #7E7E7E. Windows color (decimal): -8554080 or 10516861. OLE color: 10516861.

HSL color Cylindrical-coordinate representation of color #7D79A0: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D79A0 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 121 160 -
CMYK 0.22 0.24 0 0.37
HSL 246.15º 0.17% 0.55% -
HSV(B) 246.15º 0.24% 0.63% -
XYZ 21.64 20.57 36.09 -
YUV 126.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 125 121 160 0.22 0.24 0 0.37 246.15 0.17 0.55
Hex 7D 79 A0 16 18 0 25 F6 11 37
Octal 175 171 240 26 30 0 45 366 21 67
Binary 1111101 1111001 10100000 10110 11000 0 100101 11110110 10001 110111

Color Harmonies of #7D79A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79A0

Black with #7D79A0

Text Example


Text Example

White with #7D79A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D79A0; }

 p { color: rgb(125,121,160); }

 H1.HeaderClassName
 {
   color: #7D79A0;
 }
 .AnyTagClassName
 {
   color: #7D79A0;
 }
</style>

background-color css

<style>
 a { background-color: #7D79A0; }

 a { background-color: rgb(125,121,160); }

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

border-color css

<style>
 span { border-color: #7D79A0; }

 span { border-color: rgb(125,121,160); }

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