Html Css Color HEX #785D94 Butterfly Bush

📋 copy color: '#785D94'

red 120 ◦ green 93 ◦ blue 148

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

Shades of Butterfly Bush #785D94

Tints of Butterfly Bush #785D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 33.24%
G = 25.76%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785D94 (or 0x785D94) is known color: Butterfly Bush. HEX triplet: 78, 5D and 94. RGB value is (120,93,148). Sum of RGB (Red+Green+Blue) = 120+93+148=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #785D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D94 is #87A26B. Grayscale: #6B6B6B. Windows color (decimal): -8888940 or 9723256. OLE color: 9723256.

HSL color Cylindrical-coordinate representation of color #785D94: hue angle of 269.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785D94 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 93 148 -
CMYK 0.19 0.37 0 0.42
HSL 269.45º 0.23% 0.47% -
HSV(B) 269.45º 0.37% 0.58% -
XYZ 17.01 13.96 29.82 -
YUV 107.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 120 93 148 0.19 0.37 0 0.42 269.45 0.23 0.47
Hex 78 5D 94 13 25 0 2A 10D 17 2F
Octal 170 135 224 23 45 0 52 415 27 57
Binary 1111000 1011101 10010100 10011 100101 0 101010 100001101 10111 101111

Color Harmonies of #785D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D94

Black with #785D94

Text Example


Text Example

White with #785D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D94; }

 p { color: rgb(120,93,148); }

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

background-color css

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

 a { background-color: rgb(120,93,148); }

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

border-color css

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

 span { border-color: rgb(120,93,148); }

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