Html Css Color HEX #7E709F Deluge

📋 copy color: '#7E709F'

red 126 ◦ green 112 ◦ blue 159

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

Shades of Deluge #7E709F

Tints of Deluge #7E709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 31.74%
G = 28.21%
B = 40.05%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E709F (or 0x7E709F) is known color: Deluge. HEX triplet: 7E, 70 and 9F. RGB value is (126,112,159). Sum of RGB (Red+Green+Blue) = 126+112+159=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E709F is #818F60. Grayscale: #797979. Windows color (decimal): -8490849 or 10449022. OLE color: 10449022.

HSL color Cylindrical-coordinate representation of color #7E709F: hue angle of 257.87º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E709F is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 112 159 -
CMYK 0.21 0.30 0 0.38
HSL 257.87º 0.2% 0.53% -
HSV(B) 257.87º 0.3% 0.62% -
XYZ 20.66 18.53 35.29 -
YUV 121.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 126 112 159 0.21 0.30 0 0.38 257.87 0.2 0.53
Hex 7E 70 9F 15 1E 0 26 102 14 35
Octal 176 160 237 25 36 0 46 402 24 65
Binary 1111110 1110000 10011111 10101 11110 0 100110 100000010 10100 110101

Color Harmonies of #7E709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E709F

Black with #7E709F

Text Example


Text Example

White with #7E709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,159); }

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

background-color css

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

 a { background-color: rgb(126,112,159); }

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

border-color css

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

 span { border-color: rgb(126,112,159); }

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