Html Css Color HEX #7D6DAA Deluge

📋 copy color: '#7D6DAA'

red 125 ◦ green 109 ◦ blue 170

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

Shades of Deluge #7D6DAA

Tints of Deluge #7D6DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 30.94%
G = 26.98%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D6DAA (or 0x7D6DAA) is known color: Deluge. HEX triplet: 7D, 6D and AA. RGB value is (125,109,170). Sum of RGB (Red+Green+Blue) = 125+109+170=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6DAA is #829255. Grayscale: #787878. Windows color (decimal): -8557142 or 11169149. OLE color: 11169149.

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

Color convert

RGB 125 109 170 -
CMYK 0.26 0.36 0 0.33
HSL 255.74º 0.26% 0.55% -
HSV(B) 255.74º 0.36% 0.67% -
XYZ 21.18 18.2 40.43 -
YUV 120.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 125 109 170 0.26 0.36 0 0.33 255.74 0.26 0.55
Hex 7D 6D AA 1A 24 0 21 100 1A 37
Octal 175 155 252 32 44 0 41 400 32 67
Binary 1111101 1101101 10101010 11010 100100 0 100001 100000000 11010 110111

Color Harmonies of #7D6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DAA

Black with #7D6DAA

Text Example


Text Example

White with #7D6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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