Html Css Color HEX #795688 Affair

📋 copy color: '#795688'

red 121 ◦ green 86 ◦ blue 136

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

Shades of Affair #795688

Tints of Affair #795688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 35.28%
G = 25.07%
B = 39.65%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#795688 (or 0x795688) is known color: Affair. HEX triplet: 79, 56 and 88. RGB value is (121,86,136). Sum of RGB (Red+Green+Blue) = 121+86+136=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #795688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795688 is #86A977. Grayscale: #666666. Windows color (decimal): -8825208 or 8935033. OLE color: 8935033.

HSL color Cylindrical-coordinate representation of color #795688: hue angle of 282º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #795688 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 86 136 -
CMYK 0.11 0.37 0 0.47
HSL 282º 0.23% 0.44% -
HSV(B) 282º 0.37% 0.53% -
XYZ 15.66 12.5 24.88 -
YUV 102.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 121 86 136 0.11 0.37 0 0.47 282 0.23 0.44
Hex 79 56 88 B 25 0 2F 11A 17 2C
Octal 171 126 210 13 45 0 57 432 27 54
Binary 1111001 1010110 10001000 1011 100101 0 101111 100011010 10111 101100

Color Harmonies of #795688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795688

Black with #795688

Text Example


Text Example

White with #795688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795688; }

 p { color: rgb(121,86,136); }

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

background-color css

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

 a { background-color: rgb(121,86,136); }

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

border-color css

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

 span { border-color: rgb(121,86,136); }

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