#785699

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

Shades of Studio #785699

Tints of Studio #785699

Color information

#785699 (or 0x785699) is unknown color: approx Studio. HEX triplet: 78, 56 and 99. RGB value is (120,86,153). Sum of RGB (Red+Green+Blue) = 120+86+153=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #785699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785699 is #87A966. Grayscale: #676767. Windows color (decimal): -8890727 or 10049144. OLE color: 10049144.

HSL color Cylindrical-coordinate representation of color #785699: hue angle of 270.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785699 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12086153-
CMYK0.220.4400.4
HSL270.45º28.03%46.86%-
HSV(B)270.45º43.79%60%-
XYZ16.8212.9531.75-
YUV103.8155.76139.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=33.43%
G=23.96%
B=42.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120861530.220.4400.4270.4528.0346.86
Hex785699162C02810e1c2f
Octal17012623126540504163457
Binary111100010101101001100110110101100010100010000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785699; }

 p { color: rgb(120,86,153); }

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

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

 a { background-color: rgb(120,86,153); }

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

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

 span { border-color: rgb(120,86,153); }

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