Html Css Color HEX #7D7997 Deluge

📋 copy color: '#7D7997'

red 125 ◦ green 121 ◦ blue 151

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

Shades of Deluge #7D7997

Tints of Deluge #7D7997

RGB

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

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

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

R = 31.49%
G = 30.48%
B = 38.04%

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

#7D7997 (or 0x7D7997) is known color: Deluge. HEX triplet: 7D, 79 and 97. RGB value is (125,121,151). Sum of RGB (Red+Green+Blue) = 125+121+151=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #7D7997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7997 is #828668. Grayscale: #7D7D7D. Windows color (decimal): -8554089 or 9927037. OLE color: 9927037.

HSL color Cylindrical-coordinate representation of color #7D7997: hue angle of 248º 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 #7D7997 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 121 151 -
CMYK 0.17 0.20 0 0.41
HSL 248º 0.13% 0.53% -
HSV(B) 248º 0.2% 0.59% -
XYZ 20.88 20.27 32.09 -
YUV 125.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 125 121 151 0.17 0.20 0 0.41 248 0.13 0.53
Hex 7D 79 97 11 14 0 29 F8 D 35
Octal 175 171 227 21 24 0 51 370 15 65
Binary 1111101 1111001 10010111 10001 10100 0 101001 11111000 1101 110101

Color Harmonies of #7D7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7997

Black with #7D7997

Text Example


Text Example

White with #7D7997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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