#805AB4

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

Shades of Studio #805AB4

Tints of Studio #805AB4

Color information

#805AB4 (or 0x805AB4) is unknown color: approx Studio. HEX triplet: 80, 5A and B4. RGB value is (128,90,180). Sum of RGB (Red+Green+Blue) = 128+90+180=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #805AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AB4 is #7FA54B. Grayscale: #6F6F6F. Windows color (decimal): -8365388 or 11819648. OLE color: 11819648.

HSL color Cylindrical-coordinate representation of color #805AB4: hue angle of 265.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805AB4 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12890180-
CMYK0.290.5000.29
HSL265.33º37.5%52.94%-
HSV(B)265.33º50%70.59%-
XYZ20.815.245.02-
YUV111.62166.59139.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=32.16%
G=22.61%
B=45.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128901800.290.5000.29265.3337.552.94
Hex805AB41D3201D1092635
Octal20013226435620354114665
Binary1000000010110101011010011101110010011101100001001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,90,180); }

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

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

 a { background-color: rgb(128,90,180); }

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

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

 span { border-color: rgb(128,90,180); }

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