Html Css Color HEX #7D6E9E Deluge

📋 copy color: '#7D6E9E'

red 125 ◦ green 110 ◦ blue 158

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

Shades of Deluge #7D6E9E

Tints of Deluge #7D6E9E

RGB

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

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

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

R = 31.81%
G = 27.99%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D6E9E (or 0x7D6E9E) is known color: Deluge. HEX triplet: 7D, 6E and 9E. RGB value is (125,110,158). Sum of RGB (Red+Green+Blue) = 125+110+158=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D6E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6E9E is #829161. Grayscale: #777777. Windows color (decimal): -8556898 or 10382973. OLE color: 10382973.

HSL color Cylindrical-coordinate representation of color #7D6E9E: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6E9E is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 110 158 -
CMYK 0.21 0.30 0 0.38
HSL 258.75º 0.2% 0.53% -
HSV(B) 258.75º 0.3% 0.62% -
XYZ 20.2 17.98 34.75 -
YUV 119.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 125 110 158 0.21 0.30 0 0.38 258.75 0.2 0.53
Hex 7D 6E 9E 15 1E 0 26 103 14 35
Octal 175 156 236 25 36 0 46 403 24 65
Binary 1111101 1101110 10011110 10101 11110 0 100110 100000011 10100 110101

Color Harmonies of #7D6E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E9E

Black with #7D6E9E

Text Example


Text Example

White with #7D6E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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