Html Css Color HEX #7D6189 Affair

📋 copy color: '#7D6189'

red 125 ◦ green 97 ◦ blue 137

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

Shades of Affair #7D6189

Tints of Affair #7D6189

RGB

 RED value IS 125 (49.22% from 255) = 34.82%

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

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

R = 34.82%
G = 27.02%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D6189 (or 0x7D6189) is known color: Affair. HEX triplet: 7D, 61 and 89. RGB value is (125,97,137). Sum of RGB (Red+Green+Blue) = 125+97+137=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6189 is #829E76. Grayscale: #6D6D6D. Windows color (decimal): -8560247 or 9003389. OLE color: 9003389.

HSL color Cylindrical-coordinate representation of color #7D6189: hue angle of 282º 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 #7D6189 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 97 137 -
CMYK 0.09 0.29 0 0.46
HSL 282º 0.17% 0.46% -
HSV(B) 282º 0.29% 0.54% -
XYZ 17.25 14.72 25.6 -
YUV 109.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 125 97 137 0.09 0.29 0 0.46 282 0.17 0.46
Hex 7D 61 89 9 1D 0 2E 11A 11 2E
Octal 175 141 211 11 35 0 56 432 21 56
Binary 1111101 1100001 10001001 1001 11101 0 101110 100011010 10001 101110

Color Harmonies of #7D6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6189

Black with #7D6189

Text Example


Text Example

White with #7D6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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