#785599

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

Shades of Studio #785599

Tints of Studio #785599

Color information

#785599 (or 0x785599) is unknown color: approx Studio. HEX triplet: 78, 55 and 99. RGB value is (120,85,153). Sum of RGB (Red+Green+Blue) = 120+85+153=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #785599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785599 is #87AA66. Grayscale: #666666. Windows color (decimal): -8890983 or 10048888. OLE color: 10048888.

HSL color Cylindrical-coordinate representation of color #785599: hue angle of 270.88º degrees, saturation: 0.29, 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 #785599 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12085153-
CMYK0.220.4400.4
HSL270.88º28.57%46.67%-
HSV(B)270.88º44.44%60%-
XYZ16.7412.7931.72-
YUV103.22156.1139.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=33.52%
G=23.74%
B=42.74%

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
Decimal120851530.220.4400.4270.8828.5746.67
Hex785599162C02810f1d2f
Octal17012523126540504173557
Binary111100010101011001100110110101100010100010000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785599; }

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

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

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

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

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

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

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

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