Html Css Color HEX #7D759E Deluge

📋 copy color: '#7D759E'

red 125 ◦ green 117 ◦ blue 158

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

Shades of Deluge #7D759E

Tints of Deluge #7D759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 31.25%
G = 29.25%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D759E (or 0x7D759E) is known color: Deluge. HEX triplet: 7D, 75 and 9E. RGB value is (125,117,158). Sum of RGB (Red+Green+Blue) = 125+117+158=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D759E is #828A61. Grayscale: #7B7B7B. Windows color (decimal): -8555106 or 10384765. OLE color: 10384765.

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

Color convert

RGB 125 117 158 -
CMYK 0.21 0.26 0 0.38
HSL 251.71º 0.17% 0.54% -
HSV(B) 251.71º 0.26% 0.62% -
XYZ 20.99 19.55 35.02 -
YUV 124.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 125 117 158 0.21 0.26 0 0.38 251.71 0.17 0.54
Hex 7D 75 9E 15 1A 0 26 FC 11 36
Octal 175 165 236 25 32 0 46 374 21 66
Binary 1111101 1110101 10011110 10101 11010 0 100110 11111100 10001 110110

Color Harmonies of #7D759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D759E

Black with #7D759E

Text Example


Text Example

White with #7D759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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