#795597

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

Shades of Studio #795597

Tints of Studio #795597

Color information

#795597 (or 0x795597) is unknown color: approx Studio. HEX triplet: 79, 55 and 97. RGB value is (121,85,151). Sum of RGB (Red+Green+Blue) = 121+85+151=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #795597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795597 is #86AA68. Grayscale: #676767. Windows color (decimal): -8825449 or 9917817. OLE color: 9917817.

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

Color convert

RGB12185151-
CMYK0.200.4400.41
HSL272.73º27.97%46.27%-
HSV(B)272.73º43.71%59.22%-
XYZ16.7212.830.87-
YUV103.29154.93140.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=33.89%
G=23.81%
B=42.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121851510.200.4400.41272.7327.9746.27
Hex795597142C0291111c2e
Octal17112522724540514213456
Binary111100110101011001011110100101100010100110001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795597; }

 p { color: rgb(121,85,151); }

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

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

 a { background-color: rgb(121,85,151); }

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

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

 span { border-color: rgb(121,85,151); }

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