#785CA0

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

Shades of Studio #785CA0

Tints of Studio #785CA0

Color information

#785CA0 (or 0x785CA0) is unknown color: approx Studio. HEX triplet: 78, 5C and A0. RGB value is (120,92,160). Sum of RGB (Red+Green+Blue) = 120+92+160=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #785CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CA0 is #87A35F. Grayscale: #6B6B6B. Windows color (decimal): -8889184 or 10509432. OLE color: 10509432.

HSL color Cylindrical-coordinate representation of color #785CA0: hue angle of 264.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785CA0 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12092160-
CMYK0.250.4300.37
HSL264.71º26.98%49.41%-
HSV(B)264.71º42.5%62.75%-
XYZ17.9214.1935.05-
YUV108.12157.28136.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=32.26%
G=24.73%
B=43.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120921600.250.4300.37264.7126.9849.41
Hex785CA0192B0251091b31
Octal17013424031530454113361
Binary111100010111001010000011001101011010010110000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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