Html Css Color HEX #7E528B Affair

📋 copy color: '#7E528B'

red 126 ◦ green 82 ◦ blue 139

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

Shades of Affair #7E528B

Tints of Affair #7E528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 36.31%
G = 23.63%
B = 40.06%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E528B (or 0x7E528B) is known color: Affair. HEX triplet: 7E, 52 and 8B. RGB value is (126,82,139). Sum of RGB (Red+Green+Blue) = 126+82+139=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E528B is #81AD74. Grayscale: #656565. Windows color (decimal): -8498549 or 9130622. OLE color: 9130622.

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

Color convert

RGB 126 82 139 -
CMYK 0.09 0.41 0 0.45
HSL 286.32º 0.26% 0.43% -
HSV(B) 286.32º 0.41% 0.55% -
XYZ 16.28 12.33 25.95 -
YUV 101.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 126 82 139 0.09 0.41 0 0.45 286.32 0.26 0.43
Hex 7E 52 8B 9 29 0 2D 11E 1A 2B
Octal 176 122 213 11 51 0 55 436 32 53
Binary 1111110 1010010 10001011 1001 101001 0 101101 100011110 11010 101011

Color Harmonies of #7E528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E528B

Black with #7E528B

Text Example


Text Example

White with #7E528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,139); }

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

background-color css

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

 a { background-color: rgb(126,82,139); }

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

border-color css

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

 span { border-color: rgb(126,82,139); }

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