Html Css Color HEX #7D5688 Affair

📋 copy color: '#7D5688'

red 125 ◦ green 86 ◦ blue 136

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

Shades of Affair #7D5688

Tints of Affair #7D5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 36.02%
G = 24.78%
B = 39.19%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D5688 (or 0x7D5688) is known color: Affair. HEX triplet: 7D, 56 and 88. RGB value is (125,86,136). Sum of RGB (Red+Green+Blue) = 125+86+136=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D5688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5688 is #82A977. Grayscale: #676767. Windows color (decimal): -8563064 or 8935037. OLE color: 8935037.

HSL color Cylindrical-coordinate representation of color #7D5688: hue angle of 286.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D5688 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 86 136 -
CMYK 0.08 0.37 0 0.47
HSL 286.8º 0.23% 0.44% -
HSV(B) 286.8º 0.37% 0.53% -
XYZ 16.23 12.79 24.91 -
YUV 103.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 125 86 136 0.08 0.37 0 0.47 286.8 0.23 0.44
Hex 7D 56 88 8 25 0 2F 11F 17 2C
Octal 175 126 210 10 45 0 57 437 27 54
Binary 1111101 1010110 10001000 1000 100101 0 101111 100011111 10111 101100

Color Harmonies of #7D5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5688

Black with #7D5688

Text Example


Text Example

White with #7D5688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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