Html Css Color HEX #7B6391 Mamba

📋 copy color: '#7B6391'

red 123 ◦ green 99 ◦ blue 145

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

Shades of Mamba #7B6391

Tints of Mamba #7B6391

RGB

 RED value IS 123 (48.44% from 255) = 33.51%

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 33.51%
G = 26.98%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B6391 (or 0x7B6391) is known color: Mamba. HEX triplet: 7B, 63 and 91. RGB value is (123,99,145). Sum of RGB (Red+Green+Blue) = 123+99+145=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B6391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6391 is #849C6E. Grayscale: #6F6F6F. Windows color (decimal): -8690799 or 9528187. OLE color: 9528187.

HSL color Cylindrical-coordinate representation of color #7B6391: hue angle of 271.3º 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 #7B6391 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 99 145 -
CMYK 0.15 0.32 0 0.43
HSL 271.3º 0.19% 0.48% -
HSV(B) 271.3º 0.32% 0.57% -
XYZ 17.74 15.18 28.78 -
YUV 111.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 123 99 145 0.15 0.32 0 0.43 271.3 0.19 0.48
Hex 7B 63 91 F 20 0 2B 10F 13 30
Octal 173 143 221 17 40 0 53 417 23 60
Binary 1111011 1100011 10010001 1111 100000 0 101011 100001111 10011 110000

Color Harmonies of #7B6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6391

Black with #7B6391

Text Example


Text Example

White with #7B6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,99,145); }

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

background-color css

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

 a { background-color: rgb(123,99,145); }

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

border-color css

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

 span { border-color: rgb(123,99,145); }

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