#7F6289

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

Shades of Affair #7F6289

Tints of Affair #7F6289

Color information

#7F6289 (or 0x7F6289) is unknown color: approx Affair. HEX triplet: 7F, 62 and 89. RGB value is (127,98,137). Sum of RGB (Red+Green+Blue) = 127+98+137=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6289 is #809D76. Grayscale: #6E6E6E. Windows color (decimal): -8428919 or 9003647. OLE color: 9003647.

HSL color Cylindrical-coordinate representation of color #7F6289: hue angle of 284.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F6289 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12798137-
CMYK0.070.2800.46
HSL284.62º16.6%46.08%-
HSV(B)284.62º28.47%53.73%-
XYZ17.6415.0525.64-
YUV111.12142.61139.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=35.08%
G=27.07%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127981370.070.2800.46284.6216.646.08
Hex7F628971C02E11d112e
Octal1771422117340564352156
Binary111111111000101000100111111100010111010001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,137); }

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

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

 a { background-color: rgb(127,98,137); }

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

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

 span { border-color: rgb(127,98,137); }

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