Html Css Color HEX #745986 Affair

📋 copy color: '#745986'

red 116 ◦ green 89 ◦ blue 134

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

Shades of Affair #745986

Tints of Affair #745986

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 34.22%
G = 26.25%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#745986 (or 0x745986) is known color: Affair. HEX triplet: 74, 59 and 86. RGB value is (116,89,134). Sum of RGB (Red+Green+Blue) = 116+89+134=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #745986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745986 is #8BA679. Grayscale: #666666. Windows color (decimal): -9152122 or 8804724. OLE color: 8804724.

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

Color convert

RGB 116 89 134 -
CMYK 0.13 0.34 0 0.47
HSL 276º 0.2% 0.44% -
HSV(B) 276º 0.34% 0.53% -
XYZ 15.08 12.58 24.19 -
YUV 102.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 116 89 134 0.13 0.34 0 0.47 276 0.2 0.44
Hex 74 59 86 D 22 0 2F 114 14 2C
Octal 164 131 206 15 42 0 57 424 24 54
Binary 1110100 1011001 10000110 1101 100010 0 101111 100010100 10100 101100

Color Harmonies of #745986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745986

Black with #745986

Text Example


Text Example

White with #745986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745986; }

 p { color: rgb(116,89,134); }

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

background-color css

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

 a { background-color: rgb(116,89,134); }

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

border-color css

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

 span { border-color: rgb(116,89,134); }

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