#785795

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

Shades of Studio #785795

Tints of Studio #785795

Color information

#785795 (or 0x785795) is unknown color: approx Studio. HEX triplet: 78, 57 and 95. RGB value is (120,87,149). Sum of RGB (Red+Green+Blue) = 120+87+149=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #785795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785795 is #87A86A. Grayscale: #676767. Windows color (decimal): -8890475 or 9787256. OLE color: 9787256.

HSL color Cylindrical-coordinate representation of color #785795: hue angle of 271.94º degrees, saturation: 0.26, 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 #785795 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12087149-
CMYK0.190.4200.42
HSL271.94º26.27%46.27%-
HSV(B)271.94º41.61%58.43%-
XYZ16.5812.9830.07-
YUV103.93153.43139.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=33.71%
G=24.44%
B=41.85%

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
Decimal120871490.190.4200.42271.9426.2746.27
Hex785795132A02A1101a2e
Octal17012722523520524203256
Binary111100010101111001010110011101010010101010001000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785795; }

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

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

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

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

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

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

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

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