#7F528D

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

Shades of Affair #7F528D

Tints of Affair #7F528D

Color information

#7F528D (or 0x7F528D) is unknown color: approx Affair. HEX triplet: 7F, 52 and 8D. RGB value is (127,82,141). Sum of RGB (Red+Green+Blue) = 127+82+141=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F528D is #80AD72. Grayscale: #656565. Windows color (decimal): -8433011 or 9261695. OLE color: 9261695.

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

Color convert

RGB12782141-
CMYK0.100.4200.45
HSL285.76º26.46%43.73%-
HSV(B)285.76º41.84%55.29%-
XYZ16.5812.4726.73-
YUV102.18149.91145.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=36.29%
G=23.43%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127821410.100.4200.45285.7626.4643.73
Hex7F528DA2A02D11e1a2c
Octal17712221512520554363254
Binary11111111010010100011011010101010010110110001111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,82,141); }

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

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

 a { background-color: rgb(127,82,141); }

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

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

 span { border-color: rgb(127,82,141); }

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