#785695

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

Shades of Studio #785695

Tints of Studio #785695

Color information

#785695 (or 0x785695) is unknown color: approx Studio. HEX triplet: 78, 56 and 95. RGB value is (120,86,149). Sum of RGB (Red+Green+Blue) = 120+86+149=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #785695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785695 is #87A96A. Grayscale: #676767. Windows color (decimal): -8890731 or 9787000. OLE color: 9787000.

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

Color convert

RGB12086149-
CMYK0.190.4200.42
HSL272.38º26.81%46.08%-
HSV(B)272.38º42.28%58.43%-
XYZ16.512.8230.04-
YUV103.35153.76139.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=33.80%
G=24.23%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120861490.190.4200.42272.3826.8146.08
Hex785695132A02A1101b2e
Octal17012622523520524203356
Binary111100010101101001010110011101010010101010001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785695; }

 p { color: rgb(120,86,149); }

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

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

 a { background-color: rgb(120,86,149); }

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

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

 span { border-color: rgb(120,86,149); }

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