#815aeb

Color #815AEB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #815AEB

Tints of Medium Slate Blue #815AEB

Color information

#815AEB (or 0x815AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5A and EB. RGB value is (129,90,235). Sum of RGB (Red+Green+Blue) = 129+90+235=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #815AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AEB is #7EA514. Grayscale: #757575. Windows color (decimal): -8299797 or 15424129. OLE color: 15424129.

HSL color Cylindrical-coordinate representation of color #815AEB: hue angle of 256.14º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815AEB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12990235-
CMYK0.450.6200.08
HSL256.14º78.38%63.73%-
HSV(B)256.14º61.7%92.16%-
XYZ27.717.9880.61-
YUV118.19193.92135.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 235 (92.19% from 255) = 51.76%
R=28.41%
G=19.82%
B=51.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129902350.450.6200.08256.1478.3863.73
Hex815AEB2D3E081004e40
Octal2011323535576010400116100
Binary100000011011010111010111011011111100100010000000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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