#78529B

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

Shades of Studio #78529B

Tints of Studio #78529B

Color information

#78529B (or 0x78529B) is unknown color: approx Studio. HEX triplet: 78, 52 and 9B. RGB value is (120,82,155). Sum of RGB (Red+Green+Blue) = 120+82+155=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #78529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529B is #87AD64. Grayscale: #656565. Windows color (decimal): -8891749 or 10179192. OLE color: 10179192.

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

Color convert

RGB12082155-
CMYK0.230.4700.39
HSL271.23º30.8%46.47%-
HSV(B)271.23º47.1%60.78%-
XYZ16.6812.3932.52-
YUV101.68158.09141.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=33.61%
G=22.97%
B=43.42%

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
Decimal120821550.230.4700.39271.2330.846.47
Hex78529B172F02710f1f2e
Octal17012223327570474173756
Binary111100010100101001101110111101111010011110000111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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