Html Css Color HEX #7A729F Deluge

📋 copy color: '#7A729F'

red 122 ◦ green 114 ◦ blue 159

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

Shades of Deluge #7A729F

Tints of Deluge #7A729F

RGB

 RED value IS 122 (48.05% from 255) = 30.89%

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 30.89%
G = 28.86%
B = 40.25%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A729F (or 0x7A729F) is known color: Deluge. HEX triplet: 7A, 72 and 9F. RGB value is (122,114,159). Sum of RGB (Red+Green+Blue) = 122+114+159=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729F is #858D60. Grayscale: #797979. Windows color (decimal): -8752481 or 10449530. OLE color: 10449530.

HSL color Cylindrical-coordinate representation of color #7A729F: hue angle of 250.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A729F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 114 159 -
CMYK 0.23 0.28 0 0.38
HSL 250.67º 0.19% 0.54% -
HSV(B) 250.67º 0.28% 0.62% -
XYZ 20.3 18.68 35.34 -
YUV 121.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 122 114 159 0.23 0.28 0 0.38 250.67 0.19 0.54
Hex 7A 72 9F 17 1C 0 26 FB 13 36
Octal 172 162 237 27 34 0 46 373 23 66
Binary 1111010 1110010 10011111 10111 11100 0 100110 11111011 10011 110110

Color Harmonies of #7A729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A729F

Black with #7A729F

Text Example


Text Example

White with #7A729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,159); }

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

background-color css

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

 a { background-color: rgb(122,114,159); }

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

border-color css

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

 span { border-color: rgb(122,114,159); }

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