#805799

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

Shades of Studio #805799

Tints of Studio #805799

Color information

#805799 (or 0x805799) is unknown color: approx Studio. HEX triplet: 80, 57 and 99. RGB value is (128,87,153). Sum of RGB (Red+Green+Blue) = 128+87+153=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #805799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805799 is #7FA866. Grayscale: #6A6A6A. Windows color (decimal): -8366183 or 10049408. OLE color: 10049408.

HSL color Cylindrical-coordinate representation of color #805799: hue angle of 277.27º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805799 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12887153-
CMYK0.160.4300.4
HSL277.27º27.5%47.06%-
HSV(B)277.27º43.14%60%-
XYZ18.0613.7131.83-
YUV106.78154.08143.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=34.78%
G=23.64%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128871530.160.4300.4277.2727.547.06
Hex805799102B0281151b2f
Octal20012723120530504253357
Binary1000000010101111001100110000101011010100010001010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805799; }

 p { color: rgb(128,87,153); }

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

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

 a { background-color: rgb(128,87,153); }

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

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

 span { border-color: rgb(128,87,153); }

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