#7F498B

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

Shades of Affair #7F498B

Tints of Affair #7F498B

Color information

#7F498B (or 0x7F498B) is unknown color: approx Affair. HEX triplet: 7F, 49 and 8B. RGB value is (127,73,139). Sum of RGB (Red+Green+Blue) = 127+73+139=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F498B is #80B674. Grayscale: #606060. Windows color (decimal): -8435317 or 9128319. OLE color: 9128319.

HSL color Cylindrical-coordinate representation of color #7F498B: hue angle of 289.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F498B is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12773139-
CMYK0.090.4700.45
HSL289.09º31.13%41.57%-
HSV(B)289.09º47.48%54.51%-
XYZ15.811.1425.74-
YUV96.67151.89149.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=37.46%
G=21.53%
B=41.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127731390.090.4700.45289.0931.1341.57
Hex7F498B92F02D1211f2a
Octal17711121311570554413752
Binary11111111001001100010111001101111010110110010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,139); }

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

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

 a { background-color: rgb(127,73,139); }

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

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

 span { border-color: rgb(127,73,139); }

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