Html Css Color HEX #7F6693 Mamba

📋 copy color: '#7F6693'

red 127 ◦ green 102 ◦ blue 147

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

Shades of Mamba #7F6693

Tints of Mamba #7F6693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 33.78%
G = 27.13%
B = 39.1%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F6693 (or 0x7F6693) is known color: Mamba. HEX triplet: 7F, 66 and 93. RGB value is (127,102,147). Sum of RGB (Red+Green+Blue) = 127+102+147=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F6693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6693 is #80996C. Grayscale: #727272. Windows color (decimal): -8427885 or 9660031. OLE color: 9660031.

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

Color convert

RGB 127 102 147 -
CMYK 0.14 0.31 0 0.42
HSL 273.33º 0.18% 0.49% -
HSV(B) 273.33º 0.31% 0.58% -
XYZ 18.77 16.12 29.73 -
YUV 114.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 127 102 147 0.14 0.31 0 0.42 273.33 0.18 0.49
Hex 7F 66 93 E 1F 0 2A 111 12 31
Octal 177 146 223 16 37 0 52 421 22 61
Binary 1111111 1100110 10010011 1110 11111 0 101010 100010001 10010 110001

Color Harmonies of #7F6693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6693

Black with #7F6693

Text Example


Text Example

White with #7F6693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,147); }

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

background-color css

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

 a { background-color: rgb(127,102,147); }

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

border-color css

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

 span { border-color: rgb(127,102,147); }

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