#784EAD

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

Shades of Studio #784EAD

Tints of Studio #784EAD

Color information

#784EAD (or 0x784EAD) is unknown color: approx Studio. HEX triplet: 78, 4E and AD. RGB value is (120,78,173). Sum of RGB (Red+Green+Blue) = 120+78+173=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #784EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EAD is #87B152. Grayscale: #656565. Windows color (decimal): -8892755 or 11357816. OLE color: 11357816.

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

Color convert

RGB12078173-
CMYK0.310.5500.32
HSL266.53º37.85%49.22%-
HSV(B)266.53º54.91%67.84%-
XYZ18.0112.4640.99-
YUV101.39168.41141.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=32.35%
G=21.02%
B=46.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120781730.310.5500.32266.5337.8549.22
Hex784EAD1F3702010b2631
Octal17011625537670404134661
Binary1111000100111010101101111111101110100000100001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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