#784BBA

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

Shades of Studio #784BBA

Tints of Studio #784BBA

Color information

#784BBA (or 0x784BBA) is unknown color: approx Studio. HEX triplet: 78, 4B and BA. RGB value is (120,75,186). Sum of RGB (Red+Green+Blue) = 120+75+186=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #784BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBA is #87B445. Grayscale: #646464. Windows color (decimal): -8893510 or 12209016. OLE color: 12209016.

HSL color Cylindrical-coordinate representation of color #784BBA: hue angle of 264.32º 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 #784BBA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12075186-
CMYK0.350.6000.27
HSL264.32º44.58%51.18%-
HSV(B)264.32º59.68%72.94%-
XYZ19.1212.5747.87-
YUV101.11175.91141.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=31.50%
G=19.69%
B=48.82%

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
Decimal120751860.350.6000.27264.3244.5851.18
Hex784BBA233C01B1082d33
Octal17011327243740334105563
Binary1111000100101110111010100011111100011011100001000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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