Html Css Color HEX #7F648B Mamba

📋 copy color: '#7F648B'

red 127 ◦ green 100 ◦ blue 139

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

Shades of Mamba #7F648B

Tints of Mamba #7F648B

RGB

 RED value IS 127 (50% from 255) = 34.7%

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

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

R = 34.7%
G = 27.32%
B = 37.98%

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

#7F648B (or 0x7F648B) is known color: Mamba. HEX triplet: 7F, 64 and 8B. RGB value is (127,100,139). Sum of RGB (Red+Green+Blue) = 127+100+139=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F648B is #809B74. Grayscale: #707070. Windows color (decimal): -8428405 or 9135231. OLE color: 9135231.

HSL color Cylindrical-coordinate representation of color #7F648B: hue angle of 281.54º 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 #7F648B is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 100 139 -
CMYK 0.09 0.28 0 0.45
HSL 281.54º 0.16% 0.47% -
HSV(B) 281.54º 0.28% 0.55% -
XYZ 17.97 15.49 26.47 -
YUV 112.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 127 100 139 0.09 0.28 0 0.45 281.54 0.16 0.47
Hex 7F 64 8B 9 1C 0 2D 11A 10 2F
Octal 177 144 213 11 34 0 55 432 20 57
Binary 1111111 1100100 10001011 1001 11100 0 101101 100011010 10000 101111

Color Harmonies of #7F648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F648B

Black with #7F648B

Text Example


Text Example

White with #7F648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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