Html Css Color HEX #7E538C Affair

📋 copy color: '#7E538C'

red 126 ◦ green 83 ◦ blue 140

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

Shades of Affair #7E538C

Tints of Affair #7E538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 36.1%
G = 23.78%
B = 40.11%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E538C (or 0x7E538C) is known color: Affair. HEX triplet: 7E, 53 and 8C. RGB value is (126,83,140). Sum of RGB (Red+Green+Blue) = 126+83+140=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E538C is #81AC73. Grayscale: #666666. Windows color (decimal): -8498292 or 9196414. OLE color: 9196414.

HSL color Cylindrical-coordinate representation of color #7E538C: hue angle of 285.26º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E538C is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 83 140 -
CMYK 0.10 0.41 0 0.45
HSL 285.26º 0.26% 0.44% -
HSV(B) 285.26º 0.41% 0.55% -
XYZ 16.43 12.52 26.36 -
YUV 102.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 126 83 140 0.10 0.41 0 0.45 285.26 0.26 0.44
Hex 7E 53 8C A 29 0 2D 11D 1A 2C
Octal 176 123 214 12 51 0 55 435 32 54
Binary 1111110 1010011 10001100 1010 101001 0 101101 100011101 11010 101100

Color Harmonies of #7E538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E538C

Black with #7E538C

Text Example


Text Example

White with #7E538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,140); }

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

background-color css

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

 a { background-color: rgb(126,83,140); }

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

border-color css

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

 span { border-color: rgb(126,83,140); }

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