#785499

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

Shades of Studio #785499

Tints of Studio #785499

Color information

#785499 (or 0x785499) is unknown color: approx Studio. HEX triplet: 78, 54 and 99. RGB value is (120,84,153). Sum of RGB (Red+Green+Blue) = 120+84+153=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #785499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785499 is #87AB66. Grayscale: #666666. Windows color (decimal): -8891239 or 10048632. OLE color: 10048632.

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

Color convert

RGB12084153-
CMYK0.220.4500.4
HSL271.3º29.11%46.47%-
HSV(B)271.3º45.1%60%-
XYZ16.6712.6331.7-
YUV102.63156.43140.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=33.61%
G=23.53%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120841530.220.4500.4271.329.1146.47
Hex785499162D02810f1d2e
Octal17012423126550504173556
Binary111100010101001001100110110101101010100010000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785499; }

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

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

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

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

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

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

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

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