#815AAE

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

Shades of Studio #815AAE

Tints of Studio #815AAE

Color information

#815AAE (or 0x815AAE) is unknown color: approx Studio. HEX triplet: 81, 5A and AE. RGB value is (129,90,174). Sum of RGB (Red+Green+Blue) = 129+90+174=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #815AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAE is #7EA551. Grayscale: #6E6E6E. Windows color (decimal): -8299858 or 11426433. OLE color: 11426433.

HSL color Cylindrical-coordinate representation of color #815AAE: hue angle of 267.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815AAE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12990174-
CMYK0.260.4800.32
HSL267.86º34.15%51.76%-
HSV(B)267.86º48.28%68.24%-
XYZ20.3515.0441.87-
YUV111.24163.42140.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=32.82%
G=22.90%
B=44.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129901740.260.4800.32267.8634.1551.76
Hex815AAE1A3002010c2234
Octal20113225632600404144264
Binary10000001101101010101110110101100000100000100001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815AAE; }

 p { color: rgb(129,90,174); }

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

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

 a { background-color: rgb(129,90,174); }

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

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

 span { border-color: rgb(129,90,174); }

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