Html Css Color HEX #7B6487 Mamba

📋 copy color: '#7B6487'

red 123 ◦ green 100 ◦ blue 135

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

Shades of Mamba #7B6487

Tints of Mamba #7B6487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 34.36%
G = 27.93%
B = 37.71%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6487 (or 0x7B6487) is known color: Mamba. HEX triplet: 7B, 64 and 87. RGB value is (123,100,135). Sum of RGB (Red+Green+Blue) = 123+100+135=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6487 is #849B78. Grayscale: #6E6E6E. Windows color (decimal): -8690553 or 8873083. OLE color: 8873083.

HSL color Cylindrical-coordinate representation of color #7B6487: hue angle of 279.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6487 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 100 135 -
CMYK 0.09 0.26 0 0.47
HSL 279.43º 0.15% 0.46% -
HSV(B) 279.43º 0.26% 0.53% -
XYZ 17.1 15.07 24.93 -
YUV 110.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 123 100 135 0.09 0.26 0 0.47 279.43 0.15 0.46
Hex 7B 64 87 9 1A 0 2F 117 F 2E
Octal 173 144 207 11 32 0 57 427 17 56
Binary 1111011 1100100 10000111 1001 11010 0 101111 100010111 1111 101110

Color Harmonies of #7B6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6487

Black with #7B6487

Text Example


Text Example

White with #7B6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,100,135); }

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

background-color css

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

 a { background-color: rgb(123,100,135); }

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

border-color css

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

 span { border-color: rgb(123,100,135); }

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