#785896

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

Shades of Studio #785896

Tints of Studio #785896

Color information

#785896 (or 0x785896) is unknown color: approx Studio. HEX triplet: 78, 58 and 96. RGB value is (120,88,150). Sum of RGB (Red+Green+Blue) = 120+88+150=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #785896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785896 is #87A769. Grayscale: #686868. Windows color (decimal): -8890218 or 9853048. OLE color: 9853048.

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

Color convert

RGB12088150-
CMYK0.200.4100.41
HSL270.97º26.05%46.67%-
HSV(B)270.97º41.33%58.82%-
XYZ16.7413.1730.51-
YUV104.64153.6138.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=33.52%
G=24.58%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120881500.200.4100.41270.9726.0546.67
Hex785896142902910f1a2f
Octal17013022624510514173257
Binary111100010110001001011010100101001010100110000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785896; }

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

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

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

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

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

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

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

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