Html Css Color HEX #795F8D Affair

📋 copy color: '#795F8D'

red 121 ◦ green 95 ◦ blue 141

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

Shades of Affair #795F8D

Tints of Affair #795F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 33.89%
G = 26.61%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#795F8D (or 0x795F8D) is known color: Affair. HEX triplet: 79, 5F and 8D. RGB value is (121,95,141). Sum of RGB (Red+Green+Blue) = 121+95+141=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #795F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F8D is #86A072. Grayscale: #6B6B6B. Windows color (decimal): -8822899 or 9265017. OLE color: 9265017.

HSL color Cylindrical-coordinate representation of color #795F8D: hue angle of 273.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795F8D is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 95 141 -
CMYK 0.14 0.33 0 0.45
HSL 273.91º 0.19% 0.46% -
HSV(B) 273.91º 0.33% 0.55% -
XYZ 16.79 14.17 27.05 -
YUV 108.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 121 95 141 0.14 0.33 0 0.45 273.91 0.19 0.46
Hex 79 5F 8D E 21 0 2D 112 13 2E
Octal 171 137 215 16 41 0 55 422 23 56
Binary 1111001 1011111 10001101 1110 100001 0 101101 100010010 10011 101110

Color Harmonies of #795F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F8D

Black with #795F8D

Text Example


Text Example

White with #795F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F8D; }

 p { color: rgb(121,95,141); }

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

background-color css

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

 a { background-color: rgb(121,95,141); }

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

border-color css

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

 span { border-color: rgb(121,95,141); }

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