#783EB9

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

Shades of Studio #783EB9

Tints of Studio #783EB9

Color information

#783EB9 (or 0x783EB9) is unknown color: approx Studio. HEX triplet: 78, 3E and B9. RGB value is (120,62,185). Sum of RGB (Red+Green+Blue) = 120+62+185=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #783EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783EB9 is #87C146. Grayscale: #5C5C5C. Windows color (decimal): -8896839 or 12140152. OLE color: 12140152.

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

Color convert

RGB12062185-
CMYK0.350.6600.27
HSL268.29º49.8%48.43%-
HSV(B)268.29º66.49%72.55%-
XYZ18.2310.9447.05-
YUV93.36179.72147-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=32.70%
G=16.89%
B=50.41%

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
Decimal120621850.350.6600.27268.2949.848.43
Hex783EB9234201B10c3230
Octal17076271431020334146260
Binary1111000111110101110011000111000010011011100001100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783EB9; }

 p { color: rgb(120,62,185); }

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

<style>
 a { background-color: #783EB9; }

 a { background-color: rgb(120,62,185); }

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

<style>
 span { border-color: #783EB9; }

 span { border-color: rgb(120,62,185); }

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