#815DA5

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

Shades of Studio #815DA5

Tints of Studio #815DA5

Color information

#815DA5 (or 0x815DA5) is unknown color: approx Studio. HEX triplet: 81, 5D and A5. RGB value is (129,93,165). Sum of RGB (Red+Green+Blue) = 129+93+165=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #815DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DA5 is #7EA25A. Grayscale: #6F6F6F. Windows color (decimal): -8299099 or 10837377. OLE color: 10837377.

HSL color Cylindrical-coordinate representation of color #815DA5: hue angle of 270º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815DA5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12993165-
CMYK0.220.4400.35
HSL270º28.57%50.59%-
HSV(B)270º43.64%64.71%-
XYZ19.7615.2137.49-
YUV111.97157.93140.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=33.33%
G=24.03%
B=42.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129931650.220.4400.3527028.5750.59
Hex815DA5162C02310e1d33
Octal20113524526540434163563
Binary1000000110111011010010110110101100010001110000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,165); }

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

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

 a { background-color: rgb(129,93,165); }

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

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

 span { border-color: rgb(129,93,165); }

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