#784ea0

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

Shades of Studio #784EA0

Tints of Studio #784EA0

Color information

#784EA0 (or 0x784EA0) is unknown color: approx Studio. HEX triplet: 78, 4E and A0. RGB value is (120,78,160). Sum of RGB (Red+Green+Blue) = 120+78+160=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #784EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EA0 is #87B15F. Grayscale: #636363. Windows color (decimal): -8892768 or 10505848. OLE color: 10505848.

HSL color Cylindrical-coordinate representation of color #784EA0: hue angle of 270.73º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784EA0 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12078160-
CMYK0.250.5100.37
HSL270.73º34.45%46.67%-
HSV(B)270.73º51.25%62.75%-
XYZ16.8211.9834.68-
YUV99.91161.91142.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=33.52%
G=21.79%
B=44.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120781600.250.5100.37270.7334.4546.67
Hex784EA0193302510f222f
Octal17011624031630454174257
Binary1111000100111010100000110011100110100101100001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784ea0; }

 p { color: rgb(120,78,160); }

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

<style>
 a { background-color: #784ea0; }

 a { background-color: rgb(120,78,160); }

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

<style>
 span { border-color: #784ea0; }

 span { border-color: rgb(120,78,160); }

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