#755C8E

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

Shades of Butterfly Bush #755C8E

Tints of Butterfly Bush #755C8E

Color information

#755C8E (or 0x755C8E) is unknown color: approx Butterfly Bush. HEX triplet: 75, 5C and 8E. RGB value is (117,92,142). Sum of RGB (Red+Green+Blue) = 117+92+142=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #755C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C8E is #8AA371. Grayscale: #696969. Windows color (decimal): -9085810 or 9329781. OLE color: 9329781.

HSL color Cylindrical-coordinate representation of color #755C8E: hue angle of 270º 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 #755C8E is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11792142-
CMYK0.180.3500.44
HSL270º21.37%45.88%-
HSV(B)270º35.21%55.69%-
XYZ16.0513.3927.33-
YUV105.18148.78136.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=33.33%
G=26.21%
B=40.46%

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
Decimal117921420.180.3500.4427021.3745.88
Hex755C8E122302C10e152e
Octal16513421622430544162556
Binary111010110111001000111010010100011010110010000111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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