Html Css Color HEX #795888 Affair

📋 copy color: '#795888'

red 121 ◦ green 88 ◦ blue 136

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

Shades of Affair #795888

Tints of Affair #795888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 35.07%
G = 25.51%
B = 39.42%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#795888 (or 0x795888) is known color: Affair. HEX triplet: 79, 58 and 88. RGB value is (121,88,136). Sum of RGB (Red+Green+Blue) = 121+88+136=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #795888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795888 is #86A777. Grayscale: #676767. Windows color (decimal): -8824696 or 8935545. OLE color: 8935545.

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

Color convert

RGB 121 88 136 -
CMYK 0.11 0.35 0 0.47
HSL 281.25º 0.21% 0.44% -
HSV(B) 281.25º 0.35% 0.53% -
XYZ 15.82 12.82 24.93 -
YUV 103.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 121 88 136 0.11 0.35 0 0.47 281.25 0.21 0.44
Hex 79 58 88 B 23 0 2F 119 15 2C
Octal 171 130 210 13 43 0 57 431 25 54
Binary 1111001 1011000 10001000 1011 100011 0 101111 100011001 10101 101100

Color Harmonies of #795888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795888

Black with #795888

Text Example


Text Example

White with #795888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795888; }

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

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

background-color css

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

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

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

border-color css

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

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

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