#786292

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

Shades of Butterfly Bush #786292

Tints of Butterfly Bush #786292

Color information

#786292 (or 0x786292) is unknown color: approx Butterfly Bush. HEX triplet: 78, 62 and 92. RGB value is (120,98,146). Sum of RGB (Red+Green+Blue) = 120+98+146=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #786292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786292 is #879D6D. Grayscale: #6D6D6D. Windows color (decimal): -8887662 or 9593464. OLE color: 9593464.

HSL color Cylindrical-coordinate representation of color #786292: hue angle of 267.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786292 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12098146-
CMYK0.180.3300.43
HSL267.5º19.67%47.84%-
HSV(B)267.5º32.88%57.25%-
XYZ17.314.829.14-
YUV110.05148.29135.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=32.97%
G=26.92%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120981460.180.3300.43267.519.6747.84
Hex786292122102B10c1430
Octal17014222222410534142460
Binary111100011000101001001010010100001010101110000110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786292; }

 p { color: rgb(120,98,146); }

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

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

 a { background-color: rgb(120,98,146); }

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

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

 span { border-color: rgb(120,98,146); }

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