Html Css Color HEX #7D759D Deluge

📋 copy color: '#7D759D'

red 125 ◦ green 117 ◦ blue 157

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

Shades of Deluge #7D759D

Tints of Deluge #7D759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 31.33%
G = 29.32%
B = 39.35%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D759D (or 0x7D759D) is known color: Deluge. HEX triplet: 7D, 75 and 9D. RGB value is (125,117,157). Sum of RGB (Red+Green+Blue) = 125+117+157=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D759D is #828A62. Grayscale: #7B7B7B. Windows color (decimal): -8555107 or 10319229. OLE color: 10319229.

HSL color Cylindrical-coordinate representation of color #7D759D: hue angle of 252º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D759D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 117 157 -
CMYK 0.20 0.25 0 0.38
HSL 252º 0.17% 0.54% -
HSV(B) 252º 0.25% 0.62% -
XYZ 20.9 19.52 34.56 -
YUV 123.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 125 117 157 0.20 0.25 0 0.38 252 0.17 0.54
Hex 7D 75 9D 14 19 0 26 FC 11 36
Octal 175 165 235 24 31 0 46 374 21 66
Binary 1111101 1110101 10011101 10100 11001 0 100110 11111100 10001 110110

Color Harmonies of #7D759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D759D

Black with #7D759D

Text Example


Text Example

White with #7D759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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