Html Css Color HEX #795589 Affair

📋 copy color: '#795589'

red 121 ◦ green 85 ◦ blue 137

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

Shades of Affair #795589

Tints of Affair #795589

RGB

 RED value IS 121 (47.66% from 255) = 35.28%

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

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

R = 35.28%
G = 24.78%
B = 39.94%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#795589 (or 0x795589) is known color: Affair. HEX triplet: 79, 55 and 89. RGB value is (121,85,137). Sum of RGB (Red+Green+Blue) = 121+85+137=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #795589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795589 is #86AA76. Grayscale: #656565. Windows color (decimal): -8825463 or 9000313. OLE color: 9000313.

HSL color Cylindrical-coordinate representation of color #795589: hue angle of 281.54º 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 #795589 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 85 137 -
CMYK 0.12 0.38 0 0.46
HSL 281.54º 0.23% 0.44% -
HSV(B) 281.54º 0.38% 0.54% -
XYZ 15.65 12.37 25.23 -
YUV 101.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 121 85 137 0.12 0.38 0 0.46 281.54 0.23 0.44
Hex 79 55 89 C 26 0 2E 11A 17 2C
Octal 171 125 211 14 46 0 56 432 27 54
Binary 1111001 1010101 10001001 1100 100110 0 101110 100011010 10111 101100

Color Harmonies of #795589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795589

Black with #795589

Text Example


Text Example

White with #795589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795589; }

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

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

background-color css

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

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

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

border-color css

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

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

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