Html Css Color HEX #7D6DA9 Deluge

📋 copy color: '#7D6DA9'

red 125 ◦ green 109 ◦ blue 169

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

Shades of Deluge #7D6DA9

Tints of Deluge #7D6DA9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 169 (66.41% from 255) = 41.94%

R = 31.02%
G = 27.05%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7D6DA9 (or 0x7D6DA9) is known color: Deluge. HEX triplet: 7D, 6D and A9. RGB value is (125,109,169). Sum of RGB (Red+Green+Blue) = 125+109+169=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D6DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6DA9 is #829256. Grayscale: #787878. Windows color (decimal): -8557143 or 11103613. OLE color: 11103613.

HSL color Cylindrical-coordinate representation of color #7D6DA9: hue angle of 256º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6DA9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 109 169 -
CMYK 0.26 0.36 0 0.34
HSL 256º 0.26% 0.55% -
HSV(B) 256º 0.36% 0.66% -
XYZ 21.09 18.16 39.93 -
YUV 120.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 125 109 169 0.26 0.36 0 0.34 256 0.26 0.55
Hex 7D 6D A9 1A 24 0 22 100 1A 37
Octal 175 155 251 32 44 0 42 400 32 67
Binary 1111101 1101101 10101001 11010 100100 0 100010 100000000 11010 110111

Color Harmonies of #7D6DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DA9

Black with #7D6DA9

Text Example


Text Example

White with #7D6DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,169); }

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

background-color css

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

 a { background-color: rgb(125,109,169); }

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

border-color css

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

 span { border-color: rgb(125,109,169); }

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