Html Css Color HEX #7E5092 Affair

📋 copy color: '#7E5092'

red 126 ◦ green 80 ◦ blue 146

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

Shades of Affair #7E5092

Tints of Affair #7E5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 35.8%
G = 22.73%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E5092 (or 0x7E5092) is known color: Affair. HEX triplet: 7E, 50 and 92. RGB value is (126,80,146). Sum of RGB (Red+Green+Blue) = 126+80+146=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5092 is #81AF6D. Grayscale: #656565. Windows color (decimal): -8499054 or 9588862. OLE color: 9588862.

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

Color convert

RGB 126 80 146 -
CMYK 0.14 0.45 0 0.43
HSL 281.82º 0.29% 0.44% -
HSV(B) 281.82º 0.45% 0.57% -
XYZ 16.66 12.25 28.68 -
YUV 101.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 126 80 146 0.14 0.45 0 0.43 281.82 0.29 0.44
Hex 7E 50 92 E 2D 0 2B 11A 1D 2C
Octal 176 120 222 16 55 0 53 432 35 54
Binary 1111110 1010000 10010010 1110 101101 0 101011 100011010 11101 101100

Color Harmonies of #7E5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5092

Black with #7E5092

Text Example


Text Example

White with #7E5092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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