#7B5485

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

Shades of Affair #7B5485

Tints of Affair #7B5485

Color information

#7B5485 (or 0x7B5485) is unknown color: approx Affair. HEX triplet: 7B, 54 and 85. RGB value is (123,84,133). Sum of RGB (Red+Green+Blue) = 123+84+133=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5485 is #84AB7A. Grayscale: #656565. Windows color (decimal): -8694651 or 8737915. OLE color: 8737915.

HSL color Cylindrical-coordinate representation of color #7B5485: hue angle of 287.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B5485 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12384133-
CMYK0.080.3700.48
HSL287.76º22.58%42.55%-
HSV(B)287.76º36.84%52.16%-
XYZ15.5712.2523.73-
YUV101.25145.92143.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.18%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=36.18%
G=24.71%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123841330.080.3700.48287.7622.5842.55
Hex7B5485825030120172b
Octal17312420510450604402753
Binary11110111010100100001011000100101011000010010000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,133); }

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

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

 a { background-color: rgb(123,84,133); }

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

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

 span { border-color: rgb(123,84,133); }

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