Html Css Color HEX #7D538B Affair

📋 copy color: '#7D538B'

red 125 ◦ green 83 ◦ blue 139

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

Shades of Affair #7D538B

Tints of Affair #7D538B

RGB

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

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

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

R = 36.02%
G = 23.92%
B = 40.06%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D538B (or 0x7D538B) is known color: Affair. HEX triplet: 7D, 53 and 8B. RGB value is (125,83,139). Sum of RGB (Red+Green+Blue) = 125+83+139=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 83 (32.81% from 255 or 23.92% 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 #7D538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D538B is #82AC74. Grayscale: #656565. Windows color (decimal): -8563829 or 9130877. OLE color: 9130877.

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

Color convert

RGB 125 83 139 -
CMYK 0.10 0.40 0 0.45
HSL 285º 0.25% 0.44% -
HSV(B) 285º 0.4% 0.55% -
XYZ 16.21 12.41 25.97 -
YUV 101.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 125 83 139 0.10 0.40 0 0.45 285 0.25 0.44
Hex 7D 53 8B A 28 0 2D 11D 19 2C
Octal 175 123 213 12 50 0 55 435 31 54
Binary 1111101 1010011 10001011 1010 101000 0 101101 100011101 11001 101100

Color Harmonies of #7D538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D538B

Black with #7D538B

Text Example


Text Example

White with #7D538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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