#795896

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

Shades of Studio #795896

Tints of Studio #795896

Color information

#795896 (or 0x795896) is unknown color: approx Studio. HEX triplet: 79, 58 and 96. RGB value is (121,88,150). Sum of RGB (Red+Green+Blue) = 121+88+150=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #795896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795896 is #86A769. Grayscale: #686868. Windows color (decimal): -8824682 or 9853049. OLE color: 9853049.

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

Color convert

RGB12188150-
CMYK0.190.4100.41
HSL271.94º26.05%46.67%-
HSV(B)271.94º41.33%58.82%-
XYZ16.8813.2530.52-
YUV104.94153.43139.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=33.70%
G=24.51%
B=41.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121881500.190.4100.41271.9426.0546.67
Hex79589613290291101a2f
Octal17113022623510514203257
Binary111100110110001001011010011101001010100110001000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795896; }

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

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

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

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

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

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

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

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