Html Css Color HEX #7D639B Deluge

📋 copy color: '#7D639B'

red 125 ◦ green 99 ◦ blue 155

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

Shades of Deluge #7D639B

Tints of Deluge #7D639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 32.98%
G = 26.12%
B = 40.9%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D639B (or 0x7D639B) is known color: Deluge. HEX triplet: 7D, 63 and 9B. RGB value is (125,99,155). Sum of RGB (Red+Green+Blue) = 125+99+155=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D639B is #829C64. Grayscale: #707070. Windows color (decimal): -8559717 or 10183549. OLE color: 10183549.

HSL color Cylindrical-coordinate representation of color #7D639B: hue angle of 267.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D639B is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 99 155 -
CMYK 0.19 0.36 0 0.39
HSL 267.86º 0.22% 0.5% -
HSV(B) 267.86º 0.36% 0.61% -
XYZ 18.84 15.65 33.04 -
YUV 113.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 125 99 155 0.19 0.36 0 0.39 267.86 0.22 0.5
Hex 7D 63 9B 13 24 0 27 10C 16 32
Octal 175 143 233 23 44 0 47 414 26 62
Binary 1111101 1100011 10011011 10011 100100 0 100111 100001100 10110 110010

Color Harmonies of #7D639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D639B

Black with #7D639B

Text Example


Text Example

White with #7D639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,155); }

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

background-color css

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

 a { background-color: rgb(125,99,155); }

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

border-color css

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

 span { border-color: rgb(125,99,155); }

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