Html Css Color HEX #7D7597 Deluge

📋 copy color: '#7D7597'

red 125 ◦ green 117 ◦ blue 151

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

Shades of Deluge #7D7597

Tints of Deluge #7D7597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 31.81%
G = 29.77%
B = 38.42%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7D7597 (or 0x7D7597) is known color: Deluge. HEX triplet: 7D, 75 and 97. RGB value is (125,117,151). Sum of RGB (Red+Green+Blue) = 125+117+151=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #7D7597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7597 is #828A68. Grayscale: #7B7B7B. Windows color (decimal): -8555113 or 9926013. OLE color: 9926013.

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

Color convert

RGB 125 117 151 -
CMYK 0.17 0.23 0 0.41
HSL 254.12º 0.14% 0.53% -
HSV(B) 254.12º 0.23% 0.59% -
XYZ 20.4 19.32 31.93 -
YUV 123.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 125 117 151 0.17 0.23 0 0.41 254.12 0.14 0.53
Hex 7D 75 97 11 17 0 29 FE E 35
Octal 175 165 227 21 27 0 51 376 16 65
Binary 1111101 1110101 10010111 10001 10111 0 101001 11111110 1110 110101

Color Harmonies of #7D7597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7597

Black with #7D7597

Text Example


Text Example

White with #7D7597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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