#785198

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

Shades of Studio #785198

Tints of Studio #785198

Color information

#785198 (or 0x785198) is unknown color: approx Studio. HEX triplet: 78, 51 and 98. RGB value is (120,81,152). Sum of RGB (Red+Green+Blue) = 120+81+152=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #785198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785198 is #87AE67. Grayscale: #646464. Windows color (decimal): -8892008 or 9982328. OLE color: 9982328.

HSL color Cylindrical-coordinate representation of color #785198: hue angle of 272.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785198 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12081152-
CMYK0.210.4700.40
HSL272.96º30.47%45.69%-
HSV(B)272.96º46.71%59.61%-
XYZ16.3612.1431.19-
YUV100.76156.92141.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=33.99%
G=22.95%
B=43.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120811520.210.4700.40272.9630.4745.69
Hex785198152F0281111e2e
Octal17012123025570504213656
Binary111100010100011001100010101101111010100010001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785198; }

 p { color: rgb(120,81,152); }

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

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

 a { background-color: rgb(120,81,152); }

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

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

 span { border-color: rgb(120,81,152); }

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