Html Css Color HEX #7E5492 Affair

📋 copy color: '#7E5492'

red 126 ◦ green 84 ◦ blue 146

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

Shades of Affair #7E5492

Tints of Affair #7E5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 35.39%
G = 23.6%
B = 41.01%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E5492 (or 0x7E5492) is known color: Affair. HEX triplet: 7E, 54 and 92. RGB value is (126,84,146). Sum of RGB (Red+Green+Blue) = 126+84+146=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5492 is #81AB6D. Grayscale: #676767. Windows color (decimal): -8498030 or 9589886. OLE color: 9589886.

HSL color Cylindrical-coordinate representation of color #7E5492: hue angle of 280.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E5492 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 84 146 -
CMYK 0.14 0.42 0 0.43
HSL 280.65º 0.27% 0.45% -
HSV(B) 280.65º 0.42% 0.57% -
XYZ 16.96 12.85 28.78 -
YUV 103.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 126 84 146 0.14 0.42 0 0.43 280.65 0.27 0.45
Hex 7E 54 92 E 2A 0 2B 119 1B 2D
Octal 176 124 222 16 52 0 53 431 33 55
Binary 1111110 1010100 10010010 1110 101010 0 101011 100011001 11011 101101

Color Harmonies of #7E5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5492

Black with #7E5492

Text Example


Text Example

White with #7E5492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,146); }

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

background-color css

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

 a { background-color: rgb(126,84,146); }

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

border-color css

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

 span { border-color: rgb(126,84,146); }

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