Html Css Color HEX #7B5589 Affair

📋 copy color: '#7B5589'

red 123 ◦ green 85 ◦ blue 137

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

Shades of Affair #7B5589

Tints of Affair #7B5589

RGB

 RED value IS 123 (48.44% from 255) = 35.65%

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 35.65%
G = 24.64%
B = 39.71%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B5589 (or 0x7B5589) is known color: Affair. HEX triplet: 7B, 55 and 89. RGB value is (123,85,137). Sum of RGB (Red+Green+Blue) = 123+85+137=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5589 is #84AA76. Grayscale: #666666. Windows color (decimal): -8694391 or 9000315. OLE color: 9000315.

HSL color Cylindrical-coordinate representation of color #7B5589: hue angle of 283.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5589 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 123 85 137 -
CMYK 0.10 0.38 0 0.46
HSL 283.85º 0.23% 0.44% -
HSV(B) 283.85º 0.38% 0.54% -
XYZ 15.93 12.51 25.24 -
YUV 102.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 123 85 137 0.10 0.38 0 0.46 283.85 0.23 0.44
Hex 7B 55 89 A 26 0 2E 11C 17 2C
Octal 173 125 211 12 46 0 56 434 27 54
Binary 1111011 1010101 10001001 1010 100110 0 101110 100011100 10111 101100

Color Harmonies of #7B5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5589

Black with #7B5589

Text Example


Text Example

White with #7B5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,137); }

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

background-color css

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

 a { background-color: rgb(123,85,137); }

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

border-color css

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

 span { border-color: rgb(123,85,137); }

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