#784ABA

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

Shades of Studio #784ABA

Tints of Studio #784ABA

Color information

#784ABA (or 0x784ABA) is unknown color: approx Studio. HEX triplet: 78, 4A and BA. RGB value is (120,74,186). Sum of RGB (Red+Green+Blue) = 120+74+186=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #784ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ABA is #87B545. Grayscale: #646464. Windows color (decimal): -8893766 or 12208760. OLE color: 12208760.

HSL color Cylindrical-coordinate representation of color #784ABA: hue angle of 264.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784ABA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12074186-
CMYK0.350.6000.27
HSL264.64º44.8%50.98%-
HSV(B)264.64º60.22%72.94%-
XYZ19.0612.4447.85-
YUV100.52176.24141.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=31.58%
G=19.47%
B=48.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120741860.350.6000.27264.6444.850.98
Hex784ABA233C01B1092d33
Octal17011227243740334115563
Binary1111000100101010111010100011111100011011100001001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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