#815CAA

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

Shades of Studio #815CAA

Tints of Studio #815CAA

Color information

#815CAA (or 0x815CAA) is unknown color: approx Studio. HEX triplet: 81, 5C and AA. RGB value is (129,92,170). Sum of RGB (Red+Green+Blue) = 129+92+170=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #815CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CAA is #7EA355. Grayscale: #6F6F6F. Windows color (decimal): -8299350 or 11164801. OLE color: 11164801.

HSL color Cylindrical-coordinate representation of color #815CAA: hue angle of 268.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815CAA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12992170-
CMYK0.240.4600.33
HSL268.46º31.45%51.37%-
HSV(B)268.46º45.88%66.67%-
XYZ20.1415.2239.91-
YUV111.95160.76140.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=32.99%
G=23.53%
B=43.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129921700.240.4600.33268.4631.4551.37
Hex815CAA182E02110c1f33
Octal20113425230560414143763
Binary1000000110111001010101011000101110010000110000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,92,170); }

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

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

 a { background-color: rgb(129,92,170); }

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

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

 span { border-color: rgb(129,92,170); }

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