#7F5188

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

Shades of Affair #7F5188

Tints of Affair #7F5188

Color information

#7F5188 (or 0x7F5188) is unknown color: approx Affair. HEX triplet: 7F, 51 and 88. RGB value is (127,81,136). Sum of RGB (Red+Green+Blue) = 127+81+136=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F5188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5188 is #80AE77. Grayscale: #646464. Windows color (decimal): -8433272 or 8933759. OLE color: 8933759.

HSL color Cylindrical-coordinate representation of color #7F5188: hue angle of 290.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F5188 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12781136-
CMYK0.070.4000.47
HSL290.18º25.35%42.55%-
HSV(B)290.18º40.44%53.33%-
XYZ16.1412.1724.79-
YUV101.02147.74146.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=36.92%
G=23.55%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127811360.070.4000.47290.1825.3542.55
Hex7F518872802F122192b
Octal1771212107500574423153
Binary1111111101000110001000111101000010111110010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,136); }

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

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

 a { background-color: rgb(127,81,136); }

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

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

 span { border-color: rgb(127,81,136); }

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