#755D8E

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

Shades of Butterfly Bush #755D8E

Tints of Butterfly Bush #755D8E

Color information

#755D8E (or 0x755D8E) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5D and 8E. RGB value is (117,93,142). Sum of RGB (Red+Green+Blue) = 117+93+142=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #755D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D8E is #8AA271. Grayscale: #696969. Windows color (decimal): -9085554 or 9330037. OLE color: 9330037.

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

Color convert

RGB11793142-
CMYK0.180.3500.44
HSL269.39º20.85%46.08%-
HSV(B)269.39º34.51%55.69%-
XYZ16.1313.5627.36-
YUV105.76148.45136.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=33.24%
G=26.42%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117931420.180.3500.44269.3920.8546.08
Hex755D8E122302C10d152e
Octal16513521622430544152556
Binary111010110111011000111010010100011010110010000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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