Html Css Color HEX #7D5889 Affair

📋 copy color: '#7D5889'

red 125 ◦ green 88 ◦ blue 137

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

Shades of Affair #7D5889

Tints of Affair #7D5889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 35.71%
G = 25.14%
B = 39.14%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D5889 (or 0x7D5889) is known color: Affair. HEX triplet: 7D, 58 and 89. RGB value is (125,88,137). Sum of RGB (Red+Green+Blue) = 125+88+137=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5889 is #82A776. Grayscale: #686868. Windows color (decimal): -8562551 or 9001085. OLE color: 9001085.

HSL color Cylindrical-coordinate representation of color #7D5889: hue angle of 285.31º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5889 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 88 137 -
CMYK 0.09 0.36 0 0.46
HSL 285.31º 0.22% 0.44% -
HSV(B) 285.31º 0.36% 0.54% -
XYZ 16.46 13.15 25.34 -
YUV 104.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 125 88 137 0.09 0.36 0 0.46 285.31 0.22 0.44
Hex 7D 58 89 9 24 0 2E 11D 16 2C
Octal 175 130 211 11 44 0 56 435 26 54
Binary 1111101 1011000 10001001 1001 100100 0 101110 100011101 10110 101100

Color Harmonies of #7D5889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5889

Black with #7D5889

Text Example


Text Example

White with #7D5889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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