#755B8E

Color #755B8E Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #755B8E

Tints of Affair #755B8E

Color information

#755B8E (or 0x755B8E) is unknown color: approx Affair. HEX triplet: 75, 5B and 8E. RGB value is (117,91,142). Sum of RGB (Red+Green+Blue) = 117+91+142=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #755B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B8E is #8AA471. Grayscale: #686868. Windows color (decimal): -9086066 or 9329525. OLE color: 9329525.

HSL color Cylindrical-coordinate representation of color #755B8E: hue angle of 270.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755B8E is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11791142-
CMYK0.180.3600.44
HSL270.59º21.89%45.69%-
HSV(B)270.59º35.92%55.69%-
XYZ15.9613.2227.3-
YUV104.59149.11136.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=33.43%
G=26%
B=40.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117911420.180.3600.44270.5921.8945.69
Hex755B8E122402C10f162e
Octal16513321622440544172656
Binary111010110110111000111010010100100010110010000111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B8E; }

 p { color: rgb(117,91,142); }

 H1.HeaderClassName
 {
   color: #755B8E;
 }
 .AnyTagClassName
 {
   color: #755B8E;
 }
</style>
background-color css

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

 a { background-color: rgb(117,91,142); }

 div.DivClassName
 {
   background-color: #755B8E;
 }
 .BgClassName
 {
   background-color: #755B8E;
 }
</style>
border-color css

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

 span { border-color: rgb(117,91,142); }

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