#78529C

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

Shades of Studio #78529C

Tints of Studio #78529C

Color information

#78529C (or 0x78529C) is unknown color: approx Studio. HEX triplet: 78, 52 and 9C. RGB value is (120,82,156). Sum of RGB (Red+Green+Blue) = 120+82+156=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #78529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529C is #87AD63. Grayscale: #656565. Windows color (decimal): -8891748 or 10244728. OLE color: 10244728.

HSL color Cylindrical-coordinate representation of color #78529C: hue angle of 270.81º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78529C is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12082156-
CMYK0.230.4700.39
HSL270.81º31.09%46.67%-
HSV(B)270.81º47.44%61.18%-
XYZ16.7612.4332.97-
YUV101.8158.59140.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=33.52%
G=22.91%
B=43.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120821560.230.4700.39270.8131.0946.67
Hex78529C172F02710f1f2f
Octal17012223427570474173757
Binary111100010100101001110010111101111010011110000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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