Html Css Color HEX #7B5687 Affair

📋 copy color: '#7B5687'

red 123 ◦ green 86 ◦ blue 135

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

Shades of Affair #7B5687

Tints of Affair #7B5687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 35.76%
G = 25%
B = 39.24%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B5687 (or 0x7B5687) is known color: Affair. HEX triplet: 7B, 56 and 87. RGB value is (123,86,135). Sum of RGB (Red+Green+Blue) = 123+86+135=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B5687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5687 is #84A978. Grayscale: #666666. Windows color (decimal): -8694137 or 8869499. OLE color: 8869499.

HSL color Cylindrical-coordinate representation of color #7B5687: hue angle of 285.31º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B5687 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 86 135 -
CMYK 0.09 0.36 0 0.47
HSL 285.31º 0.22% 0.43% -
HSV(B) 285.31º 0.36% 0.53% -
XYZ 15.87 12.62 24.52 -
YUV 102.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 123 86 135 0.09 0.36 0 0.47 285.31 0.22 0.43
Hex 7B 56 87 9 24 0 2F 11D 16 2B
Octal 173 126 207 11 44 0 57 435 26 53
Binary 1111011 1010110 10000111 1001 100100 0 101111 100011101 10110 101011

Color Harmonies of #7B5687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5687

Black with #7B5687

Text Example


Text Example

White with #7B5687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,86,135); }

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

background-color css

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

 a { background-color: rgb(123,86,135); }

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

border-color css

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

 span { border-color: rgb(123,86,135); }

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