Html Css Color HEX #7E5589 Affair

📋 copy color: '#7E5589'

red 126 ◦ green 85 ◦ blue 137

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

Shades of Affair #7E5589

Tints of Affair #7E5589

RGB

 RED value IS 126 (49.61% from 255) = 36.21%

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 36.21%
G = 24.43%
B = 39.37%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E5589 (or 0x7E5589) is known color: Affair. HEX triplet: 7E, 55 and 89. RGB value is (126,85,137). Sum of RGB (Red+Green+Blue) = 126+85+137=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5589 is #81AA76. Grayscale: #676767. Windows color (decimal): -8497783 or 9000318. OLE color: 9000318.

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

Color convert

RGB 126 85 137 -
CMYK 0.08 0.38 0 0.46
HSL 287.31º 0.23% 0.44% -
HSV(B) 287.31º 0.38% 0.54% -
XYZ 16.37 12.74 25.26 -
YUV 103.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 126 85 137 0.08 0.38 0 0.46 287.31 0.23 0.44
Hex 7E 55 89 8 26 0 2E 11F 17 2C
Octal 176 125 211 10 46 0 56 437 27 54
Binary 1111110 1010101 10001001 1000 100110 0 101110 100011111 10111 101100

Color Harmonies of #7E5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5589

Black with #7E5589

Text Example


Text Example

White with #7E5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,137); }

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

background-color css

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

 a { background-color: rgb(126,85,137); }

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

border-color css

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

 span { border-color: rgb(126,85,137); }

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