Html Css Color HEX #7E7997 Deluge

📋 copy color: '#7E7997'

red 126 ◦ green 121 ◦ blue 151

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

Shades of Deluge #7E7997

Tints of Deluge #7E7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 31.66%
G = 30.4%
B = 37.94%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E7997 (or 0x7E7997) is known color: Deluge. HEX triplet: 7E, 79 and 97. RGB value is (126,121,151). Sum of RGB (Red+Green+Blue) = 126+121+151=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E7997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7997 is #818668. Grayscale: #7D7D7D. Windows color (decimal): -8488553 or 9927038. OLE color: 9927038.

HSL color Cylindrical-coordinate representation of color #7E7997: hue angle of 250º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E7997 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 121 151 -
CMYK 0.17 0.20 0 0.41
HSL 250º 0.13% 0.53% -
HSV(B) 250º 0.2% 0.59% -
XYZ 21.03 20.34 32.1 -
YUV 125.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 126 121 151 0.17 0.20 0 0.41 250 0.13 0.53
Hex 7E 79 97 11 14 0 29 FA D 35
Octal 176 171 227 21 24 0 51 372 15 65
Binary 1111110 1111001 10010111 10001 10100 0 101001 11111010 1101 110101

Color Harmonies of #7E7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7997

Black with #7E7997

Text Example


Text Example

White with #7E7997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,151); }

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

background-color css

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

 a { background-color: rgb(126,121,151); }

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

border-color css

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

 span { border-color: rgb(126,121,151); }

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