Html Css Color HEX #7D6EAA Deluge

📋 copy color: '#7D6EAA'

red 125 ◦ green 110 ◦ blue 170

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

Shades of Deluge #7D6EAA

Tints of Deluge #7D6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 30.86%
G = 27.16%
B = 41.98%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D6EAA (or 0x7D6EAA) is known color: Deluge. HEX triplet: 7D, 6E and AA. RGB value is (125,110,170). Sum of RGB (Red+Green+Blue) = 125+110+170=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6EAA is #829155. Grayscale: #797979. Windows color (decimal): -8556886 or 11169405. OLE color: 11169405.

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

Color convert

RGB 125 110 170 -
CMYK 0.26 0.35 0 0.33
HSL 255º 0.26% 0.55% -
HSV(B) 255º 0.35% 0.67% -
XYZ 21.29 18.41 40.46 -
YUV 121.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 125 110 170 0.26 0.35 0 0.33 255 0.26 0.55
Hex 7D 6E AA 1A 23 0 21 FF 1A 37
Octal 175 156 252 32 43 0 41 377 32 67
Binary 1111101 1101110 10101010 11010 100011 0 100001 11111111 11010 110111

Color Harmonies of #7D6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EAA

Black with #7D6EAA

Text Example


Text Example

White with #7D6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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