#78509E

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

Shades of Studio #78509E

Tints of Studio #78509E

Color information

#78509E (or 0x78509E) is unknown color: approx Studio. HEX triplet: 78, 50 and 9E. RGB value is (120,80,158). Sum of RGB (Red+Green+Blue) = 120+80+158=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #78509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509E is #87AF61. Grayscale: #646464. Windows color (decimal): -8892258 or 10375288. OLE color: 10375288.

HSL color Cylindrical-coordinate representation of color #78509E: hue angle of 270.77º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78509E is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12080158-
CMYK0.240.4900.38
HSL270.77º32.77%46.67%-
HSV(B)270.77º49.37%61.96%-
XYZ16.7912.233.82-
YUV100.85160.25141.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=33.52%
G=22.35%
B=44.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120801580.240.4900.38270.7732.7746.67
Hex78509E183102610f212f
Octal17012023630610464174157
Binary1111000101000010011110110001100010100110100001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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