#78529F

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

Shades of Studio #78529F

Tints of Studio #78529F

Color information

#78529F (or 0x78529F) is unknown color: approx Studio. HEX triplet: 78, 52 and 9F. RGB value is (120,82,159). Sum of RGB (Red+Green+Blue) = 120+82+159=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #78529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529F is #87AD60. Grayscale: #656565. Windows color (decimal): -8891745 or 10441336. OLE color: 10441336.

HSL color Cylindrical-coordinate representation of color #78529F: hue angle of 269.61º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78529F is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12082159-
CMYK0.250.4800.38
HSL269.61º31.95%47.25%-
HSV(B)269.61º48.43%62.35%-
XYZ17.0212.5334.32-
YUV102.14160.09140.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=33.24%
G=22.71%
B=44.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120821590.250.4800.38269.6131.9547.25
Hex78529F193002610e202f
Octal17012223731600464164057
Binary1111000101001010011111110011100000100110100001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78529F; }

 p { color: rgb(120,82,159); }

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

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

 a { background-color: rgb(120,82,159); }

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

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

 span { border-color: rgb(120,82,159); }

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