#795399

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

Shades of Studio #795399

Tints of Studio #795399

Color information

#795399 (or 0x795399) is unknown color: approx Studio. HEX triplet: 79, 53 and 99. RGB value is (121,83,153). Sum of RGB (Red+Green+Blue) = 121+83+153=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #795399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795399 is #86AC66. Grayscale: #666666. Windows color (decimal): -8825959 or 10048377. OLE color: 10048377.

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

Color convert

RGB12183153-
CMYK0.210.4600.4
HSL272.57º29.66%46.27%-
HSV(B)272.57º45.75%60%-
XYZ16.7312.5531.68-
YUV102.34156.59141.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=33.89%
G=23.25%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121831530.210.4600.4272.5729.6646.27
Hex795399152E0281111e2e
Octal17112323125560504213656
Binary111100110100111001100110101101110010100010001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795399; }

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

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

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

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

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

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

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

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