#78529D

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

Shades of Studio #78529D

Tints of Studio #78529D

Color information

#78529D (or 0x78529D) is unknown color: approx Studio. HEX triplet: 78, 52 and 9D. RGB value is (120,82,157). Sum of RGB (Red+Green+Blue) = 120+82+157=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #78529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529D is #87AD62. Grayscale: #656565. Windows color (decimal): -8891747 or 10310264. OLE color: 10310264.

HSL color Cylindrical-coordinate representation of color #78529D: hue angle of 270.4º degrees, saturation: 0.31, 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 #78529D is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12082157-
CMYK0.240.4800.38
HSL270.4º31.38%46.86%-
HSV(B)270.4º47.77%61.57%-
XYZ16.8512.4633.42-
YUV101.91159.09140.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=33.43%
G=22.84%
B=43.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120821570.240.4800.38270.431.3846.86
Hex78529D183002610e1f2f
Octal17012223530600464163757
Binary111100010100101001110111000110000010011010000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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