Html Css Color HEX #7F6189 Affair

📋 copy color: '#7F6189'

red 127 ◦ green 97 ◦ blue 137

#7F6189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #7F6189

Tints of Affair #7F6189

RGB

 RED value IS 127 (50% from 255) = 35.18%

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 35.18%
G = 26.87%
B = 37.95%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F6189 (or 0x7F6189) is known color: Affair. HEX triplet: 7F, 61 and 89. RGB value is (127,97,137). Sum of RGB (Red+Green+Blue) = 127+97+137=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6189 is #809E76. Grayscale: #6E6E6E. Windows color (decimal): -8429175 or 9003391. OLE color: 9003391.

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

Color convert

RGB 127 97 137 -
CMYK 0.07 0.29 0 0.46
HSL 285º 0.17% 0.46% -
HSV(B) 285º 0.29% 0.54% -
XYZ 17.54 14.87 25.61 -
YUV 110.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 127 97 137 0.07 0.29 0 0.46 285 0.17 0.46
Hex 7F 61 89 7 1D 0 2E 11D 11 2E
Octal 177 141 211 7 35 0 56 435 21 56
Binary 1111111 1100001 10001001 111 11101 0 101110 100011101 10001 101110

Color Harmonies of #7F6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6189

Black with #7F6189

Text Example


Text Example

White with #7F6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F6189;
 }
 .AnyTagClassName
 {
   color: #7F6189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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