Html Css Color HEX #7B5289 Affair

📋 copy color: '#7B5289'

red 123 ◦ green 82 ◦ blue 137

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

Shades of Affair #7B5289

Tints of Affair #7B5289

RGB

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

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

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

R = 35.96%
G = 23.98%
B = 40.06%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B5289 (or 0x7B5289) is known color: Affair. HEX triplet: 7B, 52 and 89. RGB value is (123,82,137). Sum of RGB (Red+Green+Blue) = 123+82+137=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B5289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5289 is #84AD76. Grayscale: #646464. Windows color (decimal): -8695159 or 8999547. OLE color: 8999547.

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

Color convert

RGB 123 82 137 -
CMYK 0.10 0.40 0 0.46
HSL 284.73º 0.25% 0.43% -
HSV(B) 284.73º 0.4% 0.54% -
XYZ 15.7 12.05 25.17 -
YUV 100.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 123 82 137 0.10 0.40 0 0.46 284.73 0.25 0.43
Hex 7B 52 89 A 28 0 2E 11D 19 2B
Octal 173 122 211 12 50 0 56 435 31 53
Binary 1111011 1010010 10001001 1010 101000 0 101110 100011101 11001 101011

Color Harmonies of #7B5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5289

Black with #7B5289

Text Example


Text Example

White with #7B5289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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