#805BAC

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

Shades of Studio #805BAC

Tints of Studio #805BAC

Color information

#805BAC (or 0x805BAC) is unknown color: approx Studio. HEX triplet: 80, 5B and AC. RGB value is (128,91,172). Sum of RGB (Red+Green+Blue) = 128+91+172=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #805BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAC is #7FA453. Grayscale: #6F6F6F. Windows color (decimal): -8365140 or 11295616. OLE color: 11295616.

HSL color Cylindrical-coordinate representation of color #805BAC: hue angle of 267.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805BAC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12891172-
CMYK0.260.4700.33
HSL267.41º32.79%51.57%-
HSV(B)267.41º47.09%67.45%-
XYZ20.0915.0540.88-
YUV111.3162.26139.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=32.74%
G=23.27%
B=43.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128911720.260.4700.33267.4132.7951.57
Hex805BAC1A2F02110b2134
Octal20013325432570414134164
Binary10000000101101110101100110101011110100001100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805BAC; }

 p { color: rgb(128,91,172); }

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

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

 a { background-color: rgb(128,91,172); }

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

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

 span { border-color: rgb(128,91,172); }

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