#7B498D

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

Shades of Affair #7B498D

Tints of Affair #7B498D

Color information

#7B498D (or 0x7B498D) is unknown color: approx Affair. HEX triplet: 7B, 49 and 8D. RGB value is (123,73,141). Sum of RGB (Red+Green+Blue) = 123+73+141=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B498D is #84B672. Grayscale: #5F5F5F. Windows color (decimal): -8697459 or 9259387. OLE color: 9259387.

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

Color convert

RGB12373141-
CMYK0.130.4800.45
HSL284.12º31.78%41.96%-
HSV(B)284.12º48.23%55.29%-
XYZ15.3610.926.49-
YUV95.7153.56147.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=36.50%
G=21.66%
B=41.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123731410.130.4800.45284.1231.7841.96
Hex7B498DD3002D11c202a
Octal17311121515600554344052
Binary111101110010011000110111011100000101101100011100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,141); }

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

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

 a { background-color: rgb(123,73,141); }

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

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

 span { border-color: rgb(123,73,141); }

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