Html Css Color HEX #7C5989 Affair

📋 copy color: '#7C5989'

red 124 ◦ green 89 ◦ blue 137

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

Shades of Affair #7C5989

Tints of Affair #7C5989

RGB

 RED value IS 124 (48.83% from 255) = 35.43%

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 35.43%
G = 25.43%
B = 39.14%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C5989 (or 0x7C5989) is known color: Affair. HEX triplet: 7C, 59 and 89. RGB value is (124,89,137). Sum of RGB (Red+Green+Blue) = 124+89+137=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 89 (35.16% from 255 or 25.43% 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 #7C5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5989 is #83A676. Grayscale: #686868. Windows color (decimal): -8627831 or 9001340. OLE color: 9001340.

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

Color convert

RGB 124 89 137 -
CMYK 0.09 0.35 0 0.46
HSL 283.75º 0.21% 0.44% -
HSV(B) 283.75º 0.35% 0.54% -
XYZ 16.4 13.24 25.36 -
YUV 104.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 124 89 137 0.09 0.35 0 0.46 283.75 0.21 0.44
Hex 7C 59 89 9 23 0 2E 11C 15 2C
Octal 174 131 211 11 43 0 56 434 25 54
Binary 1111100 1011001 10001001 1001 100011 0 101110 100011100 10101 101100

Color Harmonies of #7C5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5989

Black with #7C5989

Text Example


Text Example

White with #7C5989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,137); }

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

background-color css

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

 a { background-color: rgb(124,89,137); }

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

border-color css

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

 span { border-color: rgb(124,89,137); }

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