Html Css Color HEX #755986 Affair

📋 copy color: '#755986'

red 117 ◦ green 89 ◦ blue 134

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

Shades of Affair #755986

Tints of Affair #755986

RGB

 RED value IS 117 (46.09% from 255) = 34.41%

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

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

R = 34.41%
G = 26.18%
B = 39.41%

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

#755986 (or 0x755986) is known color: Affair. HEX triplet: 75, 59 and 86. RGB value is (117,89,134). Sum of RGB (Red+Green+Blue) = 117+89+134=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #755986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755986 is #8AA679. Grayscale: #666666. Windows color (decimal): -9086586 or 8804725. OLE color: 8804725.

HSL color Cylindrical-coordinate representation of color #755986: hue angle of 277.33º 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 #755986 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 89 134 -
CMYK 0.13 0.34 0 0.47
HSL 277.33º 0.2% 0.44% -
HSV(B) 277.33º 0.34% 0.53% -
XYZ 15.21 12.65 24.19 -
YUV 102.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 117 89 134 0.13 0.34 0 0.47 277.33 0.2 0.44
Hex 75 59 86 D 22 0 2F 115 14 2C
Octal 165 131 206 15 42 0 57 425 24 54
Binary 1110101 1011001 10000110 1101 100010 0 101111 100010101 10100 101100

Color Harmonies of #755986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755986

Black with #755986

Text Example


Text Example

White with #755986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755986; }

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

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

background-color css

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

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

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

border-color css

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

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

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