#784F95

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

Shades of Studio #784F95

Tints of Studio #784F95

Color information

#784F95 (or 0x784F95) is unknown color: approx Studio. HEX triplet: 78, 4F and 95. RGB value is (120,79,149). Sum of RGB (Red+Green+Blue) = 120+79+149=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #784F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F95 is #87B06A. Grayscale: #636363. Windows color (decimal): -8892523 or 9785208. OLE color: 9785208.

HSL color Cylindrical-coordinate representation of color #784F95: hue angle of 275.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784F95 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12079149-
CMYK0.190.4700.42
HSL275.14º30.7%44.71%-
HSV(B)275.14º46.98%58.43%-
XYZ15.9711.7529.86-
YUV99.24156.08142.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=34.48%
G=22.70%
B=42.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120791490.190.4700.42275.1430.744.71
Hex784F95132F02A1131f2d
Octal17011722523570524233755
Binary111100010011111001010110011101111010101010001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,149); }

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

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

 a { background-color: rgb(120,79,149); }

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

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

 span { border-color: rgb(120,79,149); }

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