Html Css Color HEX #786295 Butterfly Bush

📋 copy color: '#786295'

red 120 ◦ green 98 ◦ blue 149

#786295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #786295

Tints of Butterfly Bush #786295

RGB

 RED value IS 120 (47.27% from 255) = 32.7%

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 32.7%
G = 26.7%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786295 (or 0x786295) is known color: Butterfly Bush. HEX triplet: 78, 62 and 95. RGB value is (120,98,149). Sum of RGB (Red+Green+Blue) = 120+98+149=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #786295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786295 is #879D6A. Grayscale: #6E6E6E. Windows color (decimal): -8887659 or 9790072. OLE color: 9790072.

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

Color convert

RGB 120 98 149 -
CMYK 0.19 0.34 0 0.42
HSL 265.88º 0.21% 0.48% -
HSV(B) 265.88º 0.34% 0.58% -
XYZ 17.54 14.9 30.39 -
YUV 110.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 120 98 149 0.19 0.34 0 0.42 265.88 0.21 0.48
Hex 78 62 95 13 22 0 2A 10A 15 30
Octal 170 142 225 23 42 0 52 412 25 60
Binary 1111000 1100010 10010101 10011 100010 0 101010 100001010 10101 110000

Color Harmonies of #786295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786295

Black with #786295

Text Example


Text Example

White with #786295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786295; }

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

 H1.HeaderClassName
 {
   color: #786295;
 }
 .AnyTagClassName
 {
   color: #786295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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