Html Css Color HEX #7D6E9D Deluge

📋 copy color: '#7D6E9D'

red 125 ◦ green 110 ◦ blue 157

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

Shades of Deluge #7D6E9D

Tints of Deluge #7D6E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 31.89%
G = 28.06%
B = 40.05%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D6E9D (or 0x7D6E9D) is known color: Deluge. HEX triplet: 7D, 6E and 9D. RGB value is (125,110,157). Sum of RGB (Red+Green+Blue) = 125+110+157=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6E9D is #829162. Grayscale: #777777. Windows color (decimal): -8556899 or 10317437. OLE color: 10317437.

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

Color convert

RGB 125 110 157 -
CMYK 0.20 0.30 0 0.38
HSL 259.15º 0.19% 0.52% -
HSV(B) 259.15º 0.3% 0.62% -
XYZ 20.12 17.95 34.3 -
YUV 119.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 125 110 157 0.20 0.30 0 0.38 259.15 0.19 0.52
Hex 7D 6E 9D 14 1E 0 26 103 13 34
Octal 175 156 235 24 36 0 46 403 23 64
Binary 1111101 1101110 10011101 10100 11110 0 100110 100000011 10011 110100

Color Harmonies of #7D6E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E9D

Black with #7D6E9D

Text Example


Text Example

White with #7D6E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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