#784AAD

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

Shades of Studio #784AAD

Tints of Studio #784AAD

Color information

#784AAD (or 0x784AAD) is unknown color: approx Studio. HEX triplet: 78, 4A and AD. RGB value is (120,74,173). Sum of RGB (Red+Green+Blue) = 120+74+173=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #784AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AAD is #87B552. Grayscale: #626262. Windows color (decimal): -8893779 or 11356792. OLE color: 11356792.

HSL color Cylindrical-coordinate representation of color #784AAD: hue angle of 267.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784AAD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12074173-
CMYK0.310.5700.32
HSL267.88º40.08%48.43%-
HSV(B)267.88º57.23%67.84%-
XYZ17.7411.9140.9-
YUV99.04169.74142.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=32.70%
G=20.16%
B=47.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120741730.310.5700.32267.8840.0848.43
Hex784AAD1F3902010c2830
Octal17011225537710404145060
Binary1111000100101010101101111111110010100000100001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,74,173); }

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

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

 a { background-color: rgb(120,74,173); }

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

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

 span { border-color: rgb(120,74,173); }

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