Html Css Color HEX #7B498B Affair

📋 copy color: '#7B498B'

red 123 ◦ green 73 ◦ blue 139

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

Shades of Affair #7B498B

Tints of Affair #7B498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 36.72%
G = 21.79%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B498B (or 0x7B498B) is known color: Affair. HEX triplet: 7B, 49 and 8B. RGB value is (123,73,139). Sum of RGB (Red+Green+Blue) = 123+73+139=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B498B is #84B674. Grayscale: #5F5F5F. Windows color (decimal): -8697461 or 9128315. OLE color: 9128315.

HSL color Cylindrical-coordinate representation of color #7B498B: hue angle of 285.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B498B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 73 139 -
CMYK 0.12 0.47 0 0.45
HSL 285.45º 0.31% 0.42% -
HSV(B) 285.45º 0.47% 0.55% -
XYZ 15.21 10.84 25.72 -
YUV 95.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 123 73 139 0.12 0.47 0 0.45 285.45 0.31 0.42
Hex 7B 49 8B C 2F 0 2D 11D 1F 2A
Octal 173 111 213 14 57 0 55 435 37 52
Binary 1111011 1001001 10001011 1100 101111 0 101101 100011101 11111 101010

Color Harmonies of #7B498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B498B

Black with #7B498B

Text Example


Text Example

White with #7B498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,73,139); }

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

background-color css

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

 a { background-color: rgb(123,73,139); }

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

border-color css

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

 span { border-color: rgb(123,73,139); }

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