#785596

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

Shades of Studio #785596

Tints of Studio #785596

Color information

#785596 (or 0x785596) is unknown color: approx Studio. HEX triplet: 78, 55 and 96. RGB value is (120,85,150). Sum of RGB (Red+Green+Blue) = 120+85+150=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #785596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785596 is #87AA69. Grayscale: #666666. Windows color (decimal): -8890986 or 9852280. OLE color: 9852280.

HSL color Cylindrical-coordinate representation of color #785596: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785596 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12085150-
CMYK0.200.4300.41
HSL272.31º27.66%46.08%-
HSV(B)272.31º43.33%58.82%-
XYZ16.512.6930.43-
YUV102.88154.6140.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=33.80%
G=23.94%
B=42.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120851500.200.4300.41272.3127.6646.08
Hex785596142B0291101c2e
Octal17012522624530514203456
Binary111100010101011001011010100101011010100110001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785596; }

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

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

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

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

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

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

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

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