#766393

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

Shades of Butterfly Bush #766393

Tints of Butterfly Bush #766393

Color information

#766393 (or 0x766393) is unknown color: approx Butterfly Bush. HEX triplet: 76, 63 and 93. RGB value is (118,99,147). Sum of RGB (Red+Green+Blue) = 118+99+147=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #766393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766393 is #899C6C. Grayscale: #6D6D6D. Windows color (decimal): -9018477 or 9659254. OLE color: 9659254.

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

Color convert

RGB11899147-
CMYK0.200.3300.42
HSL263.75º19.51%48.24%-
HSV(B)263.75º32.65%57.65%-
XYZ17.214.8829.57-
YUV110.15148.79133.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=32.42%
G=27.20%
B=40.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118991470.200.3300.42263.7519.5148.24
Hex766393142102A1081430
Octal16614322324410524102460
Binary111011011000111001001110100100001010101010000100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766393; }

 p { color: rgb(118,99,147); }

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

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

 a { background-color: rgb(118,99,147); }

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

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

 span { border-color: rgb(118,99,147); }

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