#785899

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

Shades of Studio #785899

Tints of Studio #785899

Color information

#785899 (or 0x785899) is unknown color: approx Studio. HEX triplet: 78, 58 and 99. RGB value is (120,88,153). Sum of RGB (Red+Green+Blue) = 120+88+153=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #785899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785899 is #87A766. Grayscale: #686868. Windows color (decimal): -8890215 or 10049656. OLE color: 10049656.

HSL color Cylindrical-coordinate representation of color #785899: hue angle of 269.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785899 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12088153-
CMYK0.220.4200.4
HSL269.54º26.97%47.25%-
HSV(B)269.54º42.48%60%-
XYZ16.9913.2731.8-
YUV104.98155.1138.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=33.24%
G=24.38%
B=42.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120881530.220.4200.4269.5426.9747.25
Hex785899162A02810e1b2f
Octal17013023126520504163357
Binary111100010110001001100110110101010010100010000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785899; }

 p { color: rgb(120,88,153); }

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

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

 a { background-color: rgb(120,88,153); }

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

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

 span { border-color: rgb(120,88,153); }

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