Html Css Color HEX #7E7A91 Deluge

📋 copy color: '#7E7A91'

red 126 ◦ green 122 ◦ blue 145

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

Shades of Deluge #7E7A91

Tints of Deluge #7E7A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 32.06%
G = 31.04%
B = 36.9%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E7A91 (or 0x7E7A91) is known color: Deluge. HEX triplet: 7E, 7A and 91. RGB value is (126,122,145). Sum of RGB (Red+Green+Blue) = 126+122+145=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E7A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A91 is #81856E. Grayscale: #7D7D7D. Windows color (decimal): -8488303 or 9534078. OLE color: 9534078.

HSL color Cylindrical-coordinate representation of color #7E7A91: hue angle of 250.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E7A91 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 122 145 -
CMYK 0.13 0.16 0 0.43
HSL 250.43º 0.09% 0.52% -
HSV(B) 250.43º 0.16% 0.57% -
XYZ 20.67 20.4 29.64 -
YUV 125.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 126 122 145 0.13 0.16 0 0.43 250.43 0.09 0.52
Hex 7E 7A 91 D 10 0 2B FA 9 34
Octal 176 172 221 15 20 0 53 372 11 64
Binary 1111110 1111010 10010001 1101 10000 0 101011 11111010 1001 110100

Color Harmonies of #7E7A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7A91

Black with #7E7A91

Text Example


Text Example

White with #7E7A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,122,145); }

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

background-color css

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

 a { background-color: rgb(126,122,145); }

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

border-color css

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

 span { border-color: rgb(126,122,145); }

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