#785098

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

Shades of Studio #785098

Tints of Studio #785098

Color information

#785098 (or 0x785098) is unknown color: approx Studio. HEX triplet: 78, 50 and 98. RGB value is (120,80,152). Sum of RGB (Red+Green+Blue) = 120+80+152=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #785098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785098 is #87AF67. Grayscale: #636363. Windows color (decimal): -8892264 or 9982072. OLE color: 9982072.

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

Color convert

RGB12080152-
CMYK0.210.4700.40
HSL273.33º31.03%45.49%-
HSV(B)273.33º47.37%59.61%-
XYZ16.281231.16-
YUV100.17157.25142.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=34.09%
G=22.73%
B=43.18%

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
Decimal120801520.210.4700.40273.3331.0345.49
Hex785098152F0281111f2d
Octal17012023025570504213755
Binary111100010100001001100010101101111010100010001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785098; }

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

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

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

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

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

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

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

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