Html Css Color HEX #7F6594 Mamba

📋 copy color: '#7F6594'

red 127 ◦ green 101 ◦ blue 148

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

Shades of Mamba #7F6594

Tints of Mamba #7F6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 33.78%
G = 26.86%
B = 39.36%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F6594 (or 0x7F6594) is known color: Mamba. HEX triplet: 7F, 65 and 94. RGB value is (127,101,148). Sum of RGB (Red+Green+Blue) = 127+101+148=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F6594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6594 is #809A6B. Grayscale: #717171. Windows color (decimal): -8428140 or 9725311. OLE color: 9725311.

HSL color Cylindrical-coordinate representation of color #7F6594: hue angle of 273.19º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6594 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 101 148 -
CMYK 0.14 0.32 0 0.42
HSL 273.19º 0.19% 0.49% -
HSV(B) 273.19º 0.32% 0.58% -
XYZ 18.75 15.96 30.11 -
YUV 114.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 127 101 148 0.14 0.32 0 0.42 273.19 0.19 0.49
Hex 7F 65 94 E 20 0 2A 111 13 31
Octal 177 145 224 16 40 0 52 421 23 61
Binary 1111111 1100101 10010100 1110 100000 0 101010 100010001 10011 110001

Color Harmonies of #7F6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6594

Black with #7F6594

Text Example


Text Example

White with #7F6594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,148); }

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

background-color css

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

 a { background-color: rgb(127,101,148); }

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

border-color css

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

 span { border-color: rgb(127,101,148); }

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