#78529E

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

Shades of Studio #78529E

Tints of Studio #78529E

Color information

#78529E (or 0x78529E) is unknown color: approx Studio. HEX triplet: 78, 52 and 9E. RGB value is (120,82,158). Sum of RGB (Red+Green+Blue) = 120+82+158=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #78529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529E is #87AD61. Grayscale: #656565. Windows color (decimal): -8891746 or 10375800. OLE color: 10375800.

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

Color convert

RGB12082158-
CMYK0.240.4800.38
HSL270º31.67%47.06%-
HSV(B)270º48.1%61.96%-
XYZ16.9312.533.87-
YUV102.03159.59140.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=33.33%
G=22.78%
B=43.89%

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
Decimal120821580.240.4800.3827031.6747.06
Hex78529E183002610e202f
Octal17012223630600464164057
Binary1111000101001010011110110001100000100110100001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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