Html Css Color HEX #795288 Affair

📋 copy color: '#795288'

red 121 ◦ green 82 ◦ blue 136

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

Shades of Affair #795288

Tints of Affair #795288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

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

R = 35.69%
G = 24.19%
B = 40.12%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#795288 (or 0x795288) is known color: Affair. HEX triplet: 79, 52 and 88. RGB value is (121,82,136). Sum of RGB (Red+Green+Blue) = 121+82+136=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #795288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795288 is #86AD77. Grayscale: #636363. Windows color (decimal): -8826232 or 8934009. OLE color: 8934009.

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

Color convert

RGB 121 82 136 -
CMYK 0.11 0.40 0 0.47
HSL 283.33º 0.25% 0.43% -
HSV(B) 283.33º 0.4% 0.53% -
XYZ 15.35 11.88 24.78 -
YUV 99.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 121 82 136 0.11 0.40 0 0.47 283.33 0.25 0.43
Hex 79 52 88 B 28 0 2F 11B 19 2B
Octal 171 122 210 13 50 0 57 433 31 53
Binary 1111001 1010010 10001000 1011 101000 0 101111 100011011 11001 101011

Color Harmonies of #795288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795288

Black with #795288

Text Example


Text Example

White with #795288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795288; }

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

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

background-color css

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

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

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

border-color css

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

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

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