Html Css Color HEX #7D729F Deluge

📋 copy color: '#7D729F'

red 125 ◦ green 114 ◦ blue 159

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

Shades of Deluge #7D729F

Tints of Deluge #7D729F

RGB

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

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

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

R = 31.41%
G = 28.64%
B = 39.95%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D729F (or 0x7D729F) is known color: Deluge. HEX triplet: 7D, 72 and 9F. RGB value is (125,114,159). Sum of RGB (Red+Green+Blue) = 125+114+159=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D729F is #828D60. Grayscale: #7A7A7A. Windows color (decimal): -8555873 or 10449533. OLE color: 10449533.

HSL color Cylindrical-coordinate representation of color #7D729F: hue angle of 254.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 #7D729F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 114 159 -
CMYK 0.21 0.28 0 0.38
HSL 254.67º 0.19% 0.54% -
HSV(B) 254.67º 0.28% 0.62% -
XYZ 20.73 18.9 35.36 -
YUV 122.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 125 114 159 0.21 0.28 0 0.38 254.67 0.19 0.54
Hex 7D 72 9F 15 1C 0 26 FF 13 36
Octal 175 162 237 25 34 0 46 377 23 66
Binary 1111101 1110010 10011111 10101 11100 0 100110 11111111 10011 110110

Color Harmonies of #7D729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D729F

Black with #7D729F

Text Example


Text Example

White with #7D729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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