#795296

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

Shades of Studio #795296

Tints of Studio #795296

Color information

#795296 (or 0x795296) is unknown color: approx Studio. HEX triplet: 79, 52 and 96. RGB value is (121,82,150). Sum of RGB (Red+Green+Blue) = 121+82+150=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #795296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795296 is #86AD69. Grayscale: #656565. Windows color (decimal): -8826218 or 9851513. OLE color: 9851513.

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

Color convert

RGB12182150-
CMYK0.190.4500.41
HSL274.41º29.31%45.49%-
HSV(B)274.41º45.33%58.82%-
XYZ16.4112.330.36-
YUV101.41155.42141.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=34.28%
G=23.23%
B=42.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121821500.190.4500.41274.4129.3145.49
Hex795296132D0291121d2d
Octal17112222623550514223555
Binary111100110100101001011010011101101010100110001001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795296; }

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

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

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

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

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

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

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

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