Html Css Color HEX #7E648B Mamba

📋 copy color: '#7E648B'

red 126 ◦ green 100 ◦ blue 139

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

Shades of Mamba #7E648B

Tints of Mamba #7E648B

RGB

 RED value IS 126 (49.61% from 255) = 34.52%

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 34.52%
G = 27.4%
B = 38.08%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E648B (or 0x7E648B) is known color: Mamba. HEX triplet: 7E, 64 and 8B. RGB value is (126,100,139). Sum of RGB (Red+Green+Blue) = 126+100+139=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E648B is #819B74. Grayscale: #707070. Windows color (decimal): -8493941 or 9135230. OLE color: 9135230.

HSL color Cylindrical-coordinate representation of color #7E648B: hue angle of 280º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E648B is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 100 139 -
CMYK 0.09 0.28 0 0.45
HSL 280º 0.16% 0.47% -
HSV(B) 280º 0.28% 0.55% -
XYZ 17.82 15.41 26.46 -
YUV 112.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 126 100 139 0.09 0.28 0 0.45 280 0.16 0.47
Hex 7E 64 8B 9 1C 0 2D 118 10 2F
Octal 176 144 213 11 34 0 55 430 20 57
Binary 1111110 1100100 10001011 1001 11100 0 101101 100011000 10000 101111

Color Harmonies of #7E648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E648B

Black with #7E648B

Text Example


Text Example

White with #7E648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,139); }

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

background-color css

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

 a { background-color: rgb(126,100,139); }

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

border-color css

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

 span { border-color: rgb(126,100,139); }

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