#785C94

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

Shades of Studio #785C94

Tints of Studio #785C94

Color information

#785C94 (or 0x785C94) is unknown color: approx Studio. HEX triplet: 78, 5C and 94. RGB value is (120,92,148). Sum of RGB (Red+Green+Blue) = 120+92+148=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #785C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C94 is #87A36B. Grayscale: #6A6A6A. Windows color (decimal): -8889196 or 9723000. OLE color: 9723000.

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

Color convert

RGB12092148-
CMYK0.190.3800.42
HSL270º23.33%47.06%-
HSV(B)270º37.84%58.04%-
XYZ16.9213.7929.79-
YUV106.76151.28137.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=33.33%
G=25.56%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120921480.190.3800.4227023.3347.06
Hex785C94132602A10e172f
Octal17013422423460524162757
Binary111100010111001001010010011100110010101010000111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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