#7840BA

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

Shades of Studio #7840BA

Tints of Studio #7840BA

Color information

#7840BA (or 0x7840BA) is unknown color: approx Studio. HEX triplet: 78, 40 and BA. RGB value is (120,64,186). Sum of RGB (Red+Green+Blue) = 120+64+186=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7840BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7840BA is #87BF45. Grayscale: #5E5E5E. Windows color (decimal): -8896326 or 12206200. OLE color: 12206200.

HSL color Cylindrical-coordinate representation of color #7840BA: hue angle of 267.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7840BA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12064186-
CMYK0.350.6600.27
HSL267.54º48.8%49.02%-
HSV(B)267.54º65.59%72.94%-
XYZ18.4411.2147.65-
YUV94.65179.55146.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=32.43%
G=17.30%
B=50.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120641860.350.6600.27267.5448.849.02
Hex7840BA234201B10c3131
Octal170100272431020334146161
Binary11110001000000101110101000111000010011011100001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7840BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7840BA; }

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

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

<style>
 a { background-color: #7840BA; }

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

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

<style>
 span { border-color: #7840BA; }

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

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