#755E92

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

Shades of Butterfly Bush #755E92

Tints of Butterfly Bush #755E92

Color information

#755E92 (or 0x755E92) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5E and 92. RGB value is (117,94,146). Sum of RGB (Red+Green+Blue) = 117+94+146=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #755E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E92 is #8AA16D. Grayscale: #6A6A6A. Windows color (decimal): -9085294 or 9592437. OLE color: 9592437.

HSL color Cylindrical-coordinate representation of color #755E92: hue angle of 266.54º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755E92 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11794146-
CMYK0.200.3600.43
HSL266.54º21.67%47.06%-
HSV(B)266.54º35.62%57.25%-
XYZ16.5313.8629-
YUV106.8150.12135.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=32.77%
G=26.33%
B=40.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117941460.200.3600.43266.5421.6747.06
Hex755E92142402B10b162f
Octal16513622224440534132657
Binary111010110111101001001010100100100010101110000101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,146); }

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

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

 a { background-color: rgb(117,94,146); }

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

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

 span { border-color: rgb(117,94,146); }

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