Html Css Color HEX #795682 Affair

📋 copy color: '#795682'

red 121 ◦ green 86 ◦ blue 130

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

Shades of Affair #795682

Tints of Affair #795682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 35.91%
G = 25.52%
B = 38.58%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#795682 (or 0x795682) is known color: Affair. HEX triplet: 79, 56 and 82. RGB value is (121,86,130). Sum of RGB (Red+Green+Blue) = 121+86+130=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #795682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795682 is #86A97D. Grayscale: #656565. Windows color (decimal): -8825214 or 8541817. OLE color: 8541817.

HSL color Cylindrical-coordinate representation of color #795682: hue angle of 287.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795682 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 86 130 -
CMYK 0.07 0.34 0 0.49
HSL 287.73º 0.2% 0.42% -
HSV(B) 287.73º 0.34% 0.51% -
XYZ 15.24 12.33 22.7 -
YUV 101.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 121 86 130 0.07 0.34 0 0.49 287.73 0.2 0.42
Hex 79 56 82 7 22 0 31 120 14 2A
Octal 171 126 202 7 42 0 61 440 24 52
Binary 1111001 1010110 10000010 111 100010 0 110001 100100000 10100 101010

Color Harmonies of #795682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795682

Black with #795682

Text Example


Text Example

White with #795682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795682; }

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

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

background-color css

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

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

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

border-color css

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

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

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