#785E9C

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

Shades of Studio #785E9C

Tints of Studio #785E9C

Color information

#785E9C (or 0x785E9C) is unknown color: approx Studio. HEX triplet: 78, 5E and 9C. RGB value is (120,94,156). Sum of RGB (Red+Green+Blue) = 120+94+156=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #785E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E9C is #87A163. Grayscale: #6C6C6C. Windows color (decimal): -8888676 or 10247800. OLE color: 10247800.

HSL color Cylindrical-coordinate representation of color #785E9C: hue angle of 265.16º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785E9C is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12094156-
CMYK0.230.4000.39
HSL265.16º24.8%49.02%-
HSV(B)265.16º39.74%61.18%-
XYZ17.7514.433.3-
YUV108.84154.61135.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=32.43%
G=25.41%
B=42.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120941560.230.4000.39265.1624.849.02
Hex785E9C17280271091931
Octal17013623427500474113161
Binary111100010111101001110010111101000010011110000100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,94,156); }

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

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

 a { background-color: rgb(120,94,156); }

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

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

 span { border-color: rgb(120,94,156); }

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