#784EA4

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

Shades of Studio #784EA4

Tints of Studio #784EA4

Color information

#784EA4 (or 0x784EA4) is unknown color: approx Studio. HEX triplet: 78, 4E and A4. RGB value is (120,78,164). Sum of RGB (Red+Green+Blue) = 120+78+164=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #784EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EA4 is #87B15B. Grayscale: #646464. Windows color (decimal): -8892764 or 10767992. OLE color: 10767992.

HSL color Cylindrical-coordinate representation of color #784EA4: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784EA4 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12078164-
CMYK0.270.5200.36
HSL269.3º35.54%47.45%-
HSV(B)269.3º52.44%64.31%-
XYZ17.1712.1236.56-
YUV100.36163.91142.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=33.15%
G=21.55%
B=45.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120781640.270.5200.36269.335.5447.45
Hex784EA41B3402410d242f
Octal17011624433640444154457
Binary1111000100111010100100110111101000100100100001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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