#7F638C

Color #7F638C Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #7F638C

Tints of Mamba #7F638C

Color information

#7F638C (or 0x7F638C) is unknown color: approx Mamba. HEX triplet: 7F, 63 and 8C. RGB value is (127,99,140). Sum of RGB (Red+Green+Blue) = 127+99+140=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F638C is #809C73. Grayscale: #6F6F6F. Windows color (decimal): -8428660 or 9200511. OLE color: 9200511.

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

Color convert

RGB12799140-
CMYK0.090.2900.45
HSL280.98º17.15%46.86%-
HSV(B)280.98º29.29%54.9%-
XYZ17.9515.3326.82-
YUV112.05143.78138.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.70%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=34.70%
G=27.05%
B=38.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127991400.090.2900.45280.9817.1546.86
Hex7F638C91D02D119112f
Octal17714321411350554312157
Binary1111111110001110001100100111101010110110001100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,140); }

 H1.HeaderClassName
 {
   color: #7F638C;
 }
 .AnyTagClassName
 {
   color: #7F638C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,99,140); }

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

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

 span { border-color: rgb(127,99,140); }

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