#7F538E

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

Shades of Affair #7F538E

Tints of Affair #7F538E

Color information

#7F538E (or 0x7F538E) is unknown color: approx Affair. HEX triplet: 7F, 53 and 8E. RGB value is (127,83,142). Sum of RGB (Red+Green+Blue) = 127+83+142=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F538E is #80AC71. Grayscale: #666666. Windows color (decimal): -8432754 or 9327487. OLE color: 9327487.

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

Color convert

RGB12783142-
CMYK0.110.4200.44
HSL284.75º26.22%44.12%-
HSV(B)284.75º41.55%55.69%-
XYZ16.7312.6527.15-
YUV102.88150.08145.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=36.08%
G=23.58%
B=40.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127831420.110.4200.44284.7526.2244.12
Hex7F538EB2A02C11d1a2c
Octal17712321613520544353254
Binary11111111010011100011101011101010010110010001110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,142); }

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

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

 a { background-color: rgb(127,83,142); }

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

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

 span { border-color: rgb(127,83,142); }

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