#784EB8

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

Shades of Studio #784EB8

Tints of Studio #784EB8

Color information

#784EB8 (or 0x784EB8) is unknown color: approx Studio. HEX triplet: 78, 4E and B8. RGB value is (120,78,184). Sum of RGB (Red+Green+Blue) = 120+78+184=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #784EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EB8 is #87B147. Grayscale: #666666. Windows color (decimal): -8892744 or 12078712. OLE color: 12078712.

HSL color Cylindrical-coordinate representation of color #784EB8: hue angle of 263.77º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784EB8 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12078184-
CMYK0.350.5800.28
HSL263.77º42.74%51.37%-
HSV(B)263.77º57.61%72.16%-
XYZ19.1212.946.83-
YUV102.64173.91140.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 184 (72.27% from 255) = 48.17%
R=31.41%
G=20.42%
B=48.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120781840.350.5800.28263.7742.7451.37
Hex784EB8233A01C1082b33
Octal17011627043720344105363
Binary1111000100111010111000100011111010011100100001000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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