Html Css Color HEX #755486 Affair

📋 copy color: '#755486'

red 117 ◦ green 84 ◦ blue 134

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

Shades of Affair #755486

Tints of Affair #755486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

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

R = 34.93%
G = 25.07%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#755486 (or 0x755486) is known color: Affair. HEX triplet: 75, 54 and 86. RGB value is (117,84,134). Sum of RGB (Red+Green+Blue) = 117+84+134=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #755486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755486 is #8AAB79. Grayscale: #636363. Windows color (decimal): -9087866 or 8803445. OLE color: 8803445.

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

Color convert

RGB 117 84 134 -
CMYK 0.13 0.37 0 0.47
HSL 279.6º 0.23% 0.43% -
HSV(B) 279.6º 0.37% 0.53% -
XYZ 14.81 11.84 24.06 -
YUV 99.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 117 84 134 0.13 0.37 0 0.47 279.6 0.23 0.43
Hex 75 54 86 D 25 0 2F 118 17 2B
Octal 165 124 206 15 45 0 57 430 27 53
Binary 1110101 1010100 10000110 1101 100101 0 101111 100011000 10111 101011

Color Harmonies of #755486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755486

Black with #755486

Text Example


Text Example

White with #755486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755486; }

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

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

background-color css

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

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

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

border-color css

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

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

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