#784CAE

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

Shades of Studio #784CAE

Tints of Studio #784CAE

Color information

#784CAE (or 0x784CAE) is unknown color: approx Studio. HEX triplet: 78, 4C and AE. RGB value is (120,76,174). Sum of RGB (Red+Green+Blue) = 120+76+174=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #784CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784CAE is #87B351. Grayscale: #636363. Windows color (decimal): -8893266 or 11422840. OLE color: 11422840.

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

Color convert

RGB12076174-
CMYK0.310.5600.32
HSL266.94º39.2%49.02%-
HSV(B)266.94º56.32%68.24%-
XYZ17.9712.2241.46-
YUV100.33169.58142.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=32.43%
G=20.54%
B=47.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120761740.310.5600.32266.9439.249.02
Hex784CAE1F3802010b2731
Octal17011425637700404134761
Binary1111000100110010101110111111110000100000100001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,174); }

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

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

 a { background-color: rgb(120,76,174); }

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

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

 span { border-color: rgb(120,76,174); }

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