Html Css Color HEX #7D629D Deluge

📋 copy color: '#7D629D'

red 125 ◦ green 98 ◦ blue 157

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

Shades of Deluge #7D629D

Tints of Deluge #7D629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 32.89%
G = 25.79%
B = 41.32%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D629D (or 0x7D629D) is known color: Deluge. HEX triplet: 7D, 62 and 9D. RGB value is (125,98,157). Sum of RGB (Red+Green+Blue) = 125+98+157=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D629D is #829D62. Grayscale: #707070. Windows color (decimal): -8559971 or 10314365. OLE color: 10314365.

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

Color convert

RGB 125 98 157 -
CMYK 0.20 0.38 0 0.38
HSL 267.46º 0.23% 0.5% -
HSV(B) 267.46º 0.38% 0.62% -
XYZ 18.91 15.53 33.9 -
YUV 112.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 125 98 157 0.20 0.38 0 0.38 267.46 0.23 0.5
Hex 7D 62 9D 14 26 0 26 10B 17 32
Octal 175 142 235 24 46 0 46 413 27 62
Binary 1111101 1100010 10011101 10100 100110 0 100110 100001011 10111 110010

Color Harmonies of #7D629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D629D

Black with #7D629D

Text Example


Text Example

White with #7D629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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