Html Css Color HEX #795488 Affair

📋 copy color: '#795488'

red 121 ◦ green 84 ◦ blue 136

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

Shades of Affair #795488

Tints of Affair #795488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 35.48%
G = 24.63%
B = 39.88%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#795488 (or 0x795488) is known color: Affair. HEX triplet: 79, 54 and 88. RGB value is (121,84,136). Sum of RGB (Red+Green+Blue) = 121+84+136=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #795488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795488 is #86AB77. Grayscale: #646464. Windows color (decimal): -8825720 or 8934521. OLE color: 8934521.

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

Color convert

RGB 121 84 136 -
CMYK 0.11 0.38 0 0.47
HSL 282.69º 0.24% 0.43% -
HSV(B) 282.69º 0.38% 0.53% -
XYZ 15.5 12.18 24.83 -
YUV 100.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 121 84 136 0.11 0.38 0 0.47 282.69 0.24 0.43
Hex 79 54 88 B 26 0 2F 11B 18 2B
Octal 171 124 210 13 46 0 57 433 30 53
Binary 1111001 1010100 10001000 1011 100110 0 101111 100011011 11000 101011

Color Harmonies of #795488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795488

Black with #795488

Text Example


Text Example

White with #795488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795488; }

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

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

background-color css

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

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

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

border-color css

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

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

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