#815AEA

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

Shades of Medium Slate Blue #815AEA

Tints of Medium Slate Blue #815AEA

Color information

#815AEA (or 0x815AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5A and EA. RGB value is (129,90,234). Sum of RGB (Red+Green+Blue) = 129+90+234=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #815AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AEA is #7EA515. Grayscale: #757575. Windows color (decimal): -8299798 or 15358593. OLE color: 15358593.

HSL color Cylindrical-coordinate representation of color #815AEA: hue angle of 256.25º degrees, saturation: 0.77, 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 #815AEA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12990234-
CMYK0.450.6200.08
HSL256.25º77.42%63.53%-
HSV(B)256.25º61.54%91.76%-
XYZ27.5617.9279.85-
YUV118.08193.42135.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=28.48%
G=19.87%
B=51.66%

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
Decimal129902340.450.6200.08256.2577.4263.53
Hex815AEA2D3E081004d40
Octal2011323525576010400115100
Binary100000011011010111010101011011111100100010000000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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