#785097

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

Shades of Studio #785097

Tints of Studio #785097

Color information

#785097 (or 0x785097) is unknown color: approx Studio. HEX triplet: 78, 50 and 97. RGB value is (120,80,151). Sum of RGB (Red+Green+Blue) = 120+80+151=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #785097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785097 is #87AF68. Grayscale: #636363. Windows color (decimal): -8892265 or 9916536. OLE color: 9916536.

HSL color Cylindrical-coordinate representation of color #785097: hue angle of 273.8º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785097 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12080151-
CMYK0.210.4700.41
HSL273.8º30.74%45.29%-
HSV(B)273.8º47.02%59.22%-
XYZ16.211.9630.73-
YUV100.05156.75142.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=34.19%
G=22.79%
B=43.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120801510.210.4700.41273.830.7445.29
Hex785097152F0291121f2d
Octal17012022725570514223755
Binary111100010100001001011110101101111010100110001001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785097; }

 p { color: rgb(120,80,151); }

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

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

 a { background-color: rgb(120,80,151); }

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

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

 span { border-color: rgb(120,80,151); }

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