#7B5092

Color #7B5092 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #7B5092

Tints of Affair #7B5092

Color information

#7B5092 (or 0x7B5092) is unknown color: approx Affair. HEX triplet: 7B, 50 and 92. RGB value is (123,80,146). Sum of RGB (Red+Green+Blue) = 123+80+146=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5092 is #84AF6D. Grayscale: #646464. Windows color (decimal): -8695662 or 9588859. OLE color: 9588859.

HSL color Cylindrical-coordinate representation of color #7B5092: hue angle of 279.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B5092 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12380146-
CMYK0.160.4500.43
HSL279.09º29.2%44.31%-
HSV(B)279.09º45.21%57.25%-
XYZ16.2312.0228.66-
YUV100.38153.75144.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=35.24%
G=22.92%
B=41.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123801460.160.4500.43279.0929.244.31
Hex7B5092102D02B1171d2c
Octal17312022220550534273554
Binary111101110100001001001010000101101010101110001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,146); }

 H1.HeaderClassName
 {
   color: #7B5092;
 }
 .AnyTagClassName
 {
   color: #7B5092;
 }
</style>
background-color css

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

 a { background-color: rgb(123,80,146); }

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

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

 span { border-color: rgb(123,80,146); }

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