#785598

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

Shades of Studio #785598

Tints of Studio #785598

Color information

#785598 (or 0x785598) is unknown color: approx Studio. HEX triplet: 78, 55 and 98. RGB value is (120,85,152). Sum of RGB (Red+Green+Blue) = 120+85+152=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #785598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785598 is #87AA67. Grayscale: #666666. Windows color (decimal): -8890984 or 9983352. OLE color: 9983352.

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

Color convert

RGB12085152-
CMYK0.210.4400.40
HSL271.34º28.27%46.47%-
HSV(B)271.34º44.08%59.61%-
XYZ16.6612.7631.29-
YUV103.1155.6140.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=33.61%
G=23.81%
B=42.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120851520.210.4400.40271.3428.2746.47
Hex785598152C02810f1c2e
Octal17012523025540504173456
Binary111100010101011001100010101101100010100010000111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785598; }

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

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

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

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

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

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

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

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