#795796

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

Shades of Studio #795796

Tints of Studio #795796

Color information

#795796 (or 0x795796) is unknown color: approx Studio. HEX triplet: 79, 57 and 96. RGB value is (121,87,150). Sum of RGB (Red+Green+Blue) = 121+87+150=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #795796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795796 is #86A869. Grayscale: #686868. Windows color (decimal): -8824938 or 9852793. OLE color: 9852793.

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

Color convert

RGB12187150-
CMYK0.190.4200.41
HSL272.38º26.58%46.47%-
HSV(B)272.38º42%58.82%-
XYZ16.813.0830.49-
YUV104.35153.76139.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=33.80%
G=24.30%
B=41.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121871500.190.4200.41272.3826.5846.47
Hex795796132A0291101b2e
Octal17112722623520514203356
Binary111100110101111001011010011101010010100110001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795796; }

 p { color: rgb(121,87,150); }

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

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

 a { background-color: rgb(121,87,150); }

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

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

 span { border-color: rgb(121,87,150); }

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