Html Css Color HEX #7D528B Affair

📋 copy color: '#7D528B'

red 125 ◦ green 82 ◦ blue 139

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

Shades of Affair #7D528B

Tints of Affair #7D528B

RGB

 RED value IS 125 (49.22% from 255) = 36.13%

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

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

R = 36.13%
G = 23.7%
B = 40.17%

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

#7D528B (or 0x7D528B) is known color: Affair. HEX triplet: 7D, 52 and 8B. RGB value is (125,82,139). Sum of RGB (Red+Green+Blue) = 125+82+139=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D528B is #82AD74. Grayscale: #656565. Windows color (decimal): -8564085 or 9130621. OLE color: 9130621.

HSL color Cylindrical-coordinate representation of color #7D528B: hue angle of 285.26º 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 #7D528B is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 82 139 -
CMYK 0.10 0.41 0 0.45
HSL 285.26º 0.26% 0.43% -
HSV(B) 285.26º 0.41% 0.55% -
XYZ 16.13 12.26 25.94 -
YUV 101.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 125 82 139 0.10 0.41 0 0.45 285.26 0.26 0.43
Hex 7D 52 8B A 29 0 2D 11D 1A 2B
Octal 175 122 213 12 51 0 55 435 32 53
Binary 1111101 1010010 10001011 1010 101001 0 101101 100011101 11010 101011

Color Harmonies of #7D528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D528B

Black with #7D528B

Text Example


Text Example

White with #7D528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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