#784CAA

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

Shades of Studio #784CAA

Tints of Studio #784CAA

Color information

#784CAA (or 0x784CAA) is unknown color: approx Studio. HEX triplet: 78, 4C and AA. RGB value is (120,76,170). Sum of RGB (Red+Green+Blue) = 120+76+170=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #784CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784CAA is #87B355. Grayscale: #636363. Windows color (decimal): -8893270 or 11160696. OLE color: 11160696.

HSL color Cylindrical-coordinate representation of color #784CAA: hue angle of 268.09º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784CAA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12076170-
CMYK0.290.5500.33
HSL268.09º38.21%48.24%-
HSV(B)268.09º55.29%66.67%-
XYZ17.5912.0639.43-
YUV99.87167.58142.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=32.79%
G=20.77%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120761700.290.5500.33268.0938.2148.24
Hex784CAA1D3702110c2630
Octal17011425235670414144660
Binary1111000100110010101010111011101110100001100001100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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