#795199

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

Shades of Studio #795199

Tints of Studio #795199

Color information

#795199 (or 0x795199) is unknown color: approx Studio. HEX triplet: 79, 51 and 99. RGB value is (121,81,153). Sum of RGB (Red+Green+Blue) = 121+81+153=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #795199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795199 is #86AE66. Grayscale: #646464. Windows color (decimal): -8826471 or 10047865. OLE color: 10047865.

HSL color Cylindrical-coordinate representation of color #795199: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795199 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12181153-
CMYK0.210.4700.4
HSL273.33º30.77%45.88%-
HSV(B)273.33º47.06%60%-
XYZ16.5812.2531.63-
YUV101.17157.25142.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=34.08%
G=22.82%
B=43.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121811530.210.4700.4273.3330.7745.88
Hex795199152F0281111f2e
Octal17112123125570504213756
Binary111100110100011001100110101101111010100010001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795199; }

 p { color: rgb(121,81,153); }

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

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

 a { background-color: rgb(121,81,153); }

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

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

 span { border-color: rgb(121,81,153); }

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