#795297

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

Shades of Studio #795297

Tints of Studio #795297

Color information

#795297 (or 0x795297) is unknown color: approx Studio. HEX triplet: 79, 52 and 97. RGB value is (121,82,151). Sum of RGB (Red+Green+Blue) = 121+82+151=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #795297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795297 is #86AD68. Grayscale: #656565. Windows color (decimal): -8826217 or 9917049. OLE color: 9917049.

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

Color convert

RGB12182151-
CMYK0.200.4600.41
HSL273.91º29.61%45.69%-
HSV(B)273.91º45.7%59.22%-
XYZ16.4912.3330.79-
YUV101.53155.92141.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=34.18%
G=23.16%
B=42.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121821510.200.4600.41273.9129.6145.69
Hex795297142E0291121e2e
Octal17112222724560514223656
Binary111100110100101001011110100101110010100110001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795297; }

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

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

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

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

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

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

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

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