Html Css Color HEX #7E729D Deluge

📋 copy color: '#7E729D'

red 126 ◦ green 114 ◦ blue 157

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

Shades of Deluge #7E729D

Tints of Deluge #7E729D

RGB

 RED value IS 126 (49.61% from 255) = 31.74%

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 31.74%
G = 28.72%
B = 39.55%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E729D (or 0x7E729D) is known color: Deluge. HEX triplet: 7E, 72 and 9D. RGB value is (126,114,157). Sum of RGB (Red+Green+Blue) = 126+114+157=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E729D is #818D62. Grayscale: #7A7A7A. Windows color (decimal): -8490339 or 10318462. OLE color: 10318462.

HSL color Cylindrical-coordinate representation of color #7E729D: hue angle of 256.74º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E729D is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 114 157 -
CMYK 0.20 0.27 0 0.38
HSL 256.74º 0.18% 0.53% -
HSV(B) 256.74º 0.27% 0.62% -
XYZ 20.71 18.9 34.46 -
YUV 122.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 126 114 157 0.20 0.27 0 0.38 256.74 0.18 0.53
Hex 7E 72 9D 14 1B 0 26 101 12 35
Octal 176 162 235 24 33 0 46 401 22 65
Binary 1111110 1110010 10011101 10100 11011 0 100110 100000001 10010 110101

Color Harmonies of #7E729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E729D

Black with #7E729D

Text Example


Text Example

White with #7E729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,114,157); }

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

background-color css

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

 a { background-color: rgb(126,114,157); }

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

border-color css

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

 span { border-color: rgb(126,114,157); }

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