Html Css Color HEX #7F6492 Mamba

📋 copy color: '#7F6492'

red 127 ◦ green 100 ◦ blue 146

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

Shades of Mamba #7F6492

Tints of Mamba #7F6492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 34.05%
G = 26.81%
B = 39.14%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F6492 (or 0x7F6492) is known color: Mamba. HEX triplet: 7F, 64 and 92. RGB value is (127,100,146). Sum of RGB (Red+Green+Blue) = 127+100+146=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6492 is #809B6D. Grayscale: #717171. Windows color (decimal): -8428398 or 9593983. OLE color: 9593983.

HSL color Cylindrical-coordinate representation of color #7F6492: hue angle of 275.22º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6492 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 100 146 -
CMYK 0.13 0.32 0 0.43
HSL 275.22º 0.19% 0.48% -
HSV(B) 275.22º 0.32% 0.57% -
XYZ 18.5 15.7 29.25 -
YUV 113.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 127 100 146 0.13 0.32 0 0.43 275.22 0.19 0.48
Hex 7F 64 92 D 20 0 2B 113 13 30
Octal 177 144 222 15 40 0 53 423 23 60
Binary 1111111 1100100 10010010 1101 100000 0 101011 100010011 10011 110000

Color Harmonies of #7F6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6492

Black with #7F6492

Text Example


Text Example

White with #7F6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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