#815BB1

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

Shades of Studio #815BB1

Tints of Studio #815BB1

Color information

#815BB1 (or 0x815BB1) is unknown color: approx Studio. HEX triplet: 81, 5B and B1. RGB value is (129,91,177). Sum of RGB (Red+Green+Blue) = 129+91+177=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #815BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815BB1 is #7EA44E. Grayscale: #6F6F6F. Windows color (decimal): -8299599 or 11623297. OLE color: 11623297.

HSL color Cylindrical-coordinate representation of color #815BB1: hue angle of 266.51º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815BB1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12991177-
CMYK0.270.4900.31
HSL266.51º35.54%52.55%-
HSV(B)266.51º48.59%69.41%-
XYZ20.7315.3243.46-
YUV112.17164.59140.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=32.49%
G=22.92%
B=44.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129911770.270.4900.31266.5135.5452.55
Hex815BB11B3101F10b2435
Octal20113326133610374134465
Binary1000000110110111011000111011110001011111100001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,177); }

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

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

 a { background-color: rgb(129,91,177); }

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

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

 span { border-color: rgb(129,91,177); }

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