Html Css Color HEX #7D79AC Deluge

📋 copy color: '#7D79AC'

red 125 ◦ green 121 ◦ blue 172

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

Shades of Deluge #7D79AC

Tints of Deluge #7D79AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 29.9%
G = 28.95%
B = 41.15%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D79AC (or 0x7D79AC) is known color: Deluge. HEX triplet: 7D, 79 and AC. RGB value is (125,121,172). Sum of RGB (Red+Green+Blue) = 125+121+172=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D79AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D79AC is #828653. Grayscale: #7F7F7F. Windows color (decimal): -8554068 or 11303293. OLE color: 11303293.

HSL color Cylindrical-coordinate representation of color #7D79AC: hue angle of 244.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D79AC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 121 172 -
CMYK 0.27 0.30 0 0.33
HSL 244.71º 0.24% 0.57% -
HSV(B) 244.71º 0.3% 0.67% -
XYZ 22.74 21.01 41.89 -
YUV 128.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 125 121 172 0.27 0.30 0 0.33 244.71 0.24 0.57
Hex 7D 79 AC 1B 1E 0 21 F5 18 39
Octal 175 171 254 33 36 0 41 365 30 71
Binary 1111101 1111001 10101100 11011 11110 0 100001 11110101 11000 111001

Color Harmonies of #7D79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79AC

Black with #7D79AC

Text Example


Text Example

White with #7D79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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