Html Css Color HEX #7D638D Mamba

📋 copy color: '#7D638D'

red 125 ◦ green 99 ◦ blue 141

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

Shades of Mamba #7D638D

Tints of Mamba #7D638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 34.25%
G = 27.12%
B = 38.63%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D638D (or 0x7D638D) is known color: Mamba. HEX triplet: 7D, 63 and 8D. RGB value is (125,99,141). Sum of RGB (Red+Green+Blue) = 125+99+141=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D638D is #829C72. Grayscale: #6F6F6F. Windows color (decimal): -8559731 or 9266045. OLE color: 9266045.

HSL color Cylindrical-coordinate representation of color #7D638D: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D638D is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 99 141 -
CMYK 0.11 0.30 0 0.45
HSL 277.14º 0.18% 0.47% -
HSV(B) 277.14º 0.3% 0.55% -
XYZ 17.73 15.21 27.2 -
YUV 111.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 125 99 141 0.11 0.30 0 0.45 277.14 0.18 0.47
Hex 7D 63 8D B 1E 0 2D 115 12 2F
Octal 175 143 215 13 36 0 55 425 22 57
Binary 1111101 1100011 10001101 1011 11110 0 101101 100010101 10010 101111

Color Harmonies of #7D638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D638D

Black with #7D638D

Text Example


Text Example

White with #7D638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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