#784BBE

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

Shades of Studio #784BBE

Tints of Studio #784BBE

Color information

#784BBE (or 0x784BBE) is unknown color: approx Studio. HEX triplet: 78, 4B and BE. RGB value is (120,75,190). Sum of RGB (Red+Green+Blue) = 120+75+190=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #784BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBE is #87B441. Grayscale: #656565. Windows color (decimal): -8893506 or 12471160. OLE color: 12471160.

HSL color Cylindrical-coordinate representation of color #784BBE: hue angle of 263.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784BBE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12075190-
CMYK0.370.6100.25
HSL263.48º46.94%51.96%-
HSV(B)263.48º60.53%74.51%-
XYZ19.5612.7450.14-
YUV101.56177.91141.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=31.17%
G=19.48%
B=49.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120751900.370.6100.25263.4846.9451.96
Hex784BBE253D0191072f34
Octal17011327645750314075764
Binary1111000100101110111110100101111101011001100000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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