Html Css Color HEX #7D5188 Affair

📋 copy color: '#7D5188'

red 125 ◦ green 81 ◦ blue 136

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

Shades of Affair #7D5188

Tints of Affair #7D5188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 36.55%
G = 23.68%
B = 39.77%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D5188 (or 0x7D5188) is known color: Affair. HEX triplet: 7D, 51 and 88. RGB value is (125,81,136). Sum of RGB (Red+Green+Blue) = 125+81+136=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D5188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5188 is #82AE77. Grayscale: #646464. Windows color (decimal): -8564344 or 8933757. OLE color: 8933757.

HSL color Cylindrical-coordinate representation of color #7D5188: hue angle of 288º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D5188 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 81 136 -
CMYK 0.08 0.40 0 0.47
HSL 288º 0.25% 0.43% -
HSV(B) 288º 0.4% 0.53% -
XYZ 15.84 12.02 24.78 -
YUV 100.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 125 81 136 0.08 0.40 0 0.47 288 0.25 0.43
Hex 7D 51 88 8 28 0 2F 120 19 2B
Octal 175 121 210 10 50 0 57 440 31 53
Binary 1111101 1010001 10001000 1000 101000 0 101111 100100000 11001 101011

Color Harmonies of #7D5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5188

Black with #7D5188

Text Example


Text Example

White with #7D5188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,136); }

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

background-color css

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

 a { background-color: rgb(125,81,136); }

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

border-color css

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

 span { border-color: rgb(125,81,136); }

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