Html Css Color HEX #7B6390 Mamba

📋 copy color: '#7B6390'

red 123 ◦ green 99 ◦ blue 144

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

Shades of Mamba #7B6390

Tints of Mamba #7B6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 33.61%
G = 27.05%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B6390 (or 0x7B6390) is known color: Mamba. HEX triplet: 7B, 63 and 90. RGB value is (123,99,144). Sum of RGB (Red+Green+Blue) = 123+99+144=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6390 is #849C6F. Grayscale: #6F6F6F. Windows color (decimal): -8690800 or 9462651. OLE color: 9462651.

HSL color Cylindrical-coordinate representation of color #7B6390: hue angle of 272º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6390 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 99 144 -
CMYK 0.15 0.31 0 0.44
HSL 272º 0.19% 0.48% -
HSV(B) 272º 0.31% 0.56% -
XYZ 17.66 15.15 28.38 -
YUV 111.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 123 99 144 0.15 0.31 0 0.44 272 0.19 0.48
Hex 7B 63 90 F 1F 0 2C 110 13 30
Octal 173 143 220 17 37 0 54 420 23 60
Binary 1111011 1100011 10010000 1111 11111 0 101100 100010000 10011 110000

Color Harmonies of #7B6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6390

Black with #7B6390

Text Example


Text Example

White with #7B6390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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