#78599E

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

Shades of Studio #78599E

Tints of Studio #78599E

Color information

#78599E (or 0x78599E) is unknown color: approx Studio. HEX triplet: 78, 59 and 9E. RGB value is (120,89,158). Sum of RGB (Red+Green+Blue) = 120+89+158=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #78599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78599E is #87A661. Grayscale: #696969. Windows color (decimal): -8889954 or 10377592. OLE color: 10377592.

HSL color Cylindrical-coordinate representation of color #78599E: hue angle of 266.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78599E is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12089158-
CMYK0.240.4400.38
HSL266.96º27.94%48.43%-
HSV(B)266.96º43.67%61.96%-
XYZ17.4913.6134.05-
YUV106.14157.27137.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=32.70%
G=24.25%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120891580.240.4400.38266.9627.9448.43
Hex78599E182C02610b1c30
Octal17013123630540464133460
Binary111100010110011001111011000101100010011010000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78599E; }

 p { color: rgb(120,89,158); }

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

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

 a { background-color: rgb(120,89,158); }

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

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

 span { border-color: rgb(120,89,158); }

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