#785296

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

Shades of Studio #785296

Tints of Studio #785296

Color information

#785296 (or 0x785296) is unknown color: approx Studio. HEX triplet: 78, 52 and 96. RGB value is (120,82,150). Sum of RGB (Red+Green+Blue) = 120+82+150=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #785296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785296 is #87AD69. Grayscale: #646464. Windows color (decimal): -8891754 or 9851512. OLE color: 9851512.

HSL color Cylindrical-coordinate representation of color #785296: hue angle of 273.53º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785296 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12082150-
CMYK0.200.4500.41
HSL273.53º29.31%45.49%-
HSV(B)273.53º45.33%58.82%-
XYZ16.2712.2330.36-
YUV101.11155.59141.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=34.09%
G=23.30%
B=42.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120821500.200.4500.41273.5329.3145.49
Hex785296142D0291121d2d
Octal17012222624550514223555
Binary111100010100101001011010100101101010100110001001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785296; }

 p { color: rgb(120,82,150); }

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

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

 a { background-color: rgb(120,82,150); }

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

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

 span { border-color: rgb(120,82,150); }

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