#815EFA

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

Shades of Medium Slate Blue #815EFA

Tints of Medium Slate Blue #815EFA

Color information

#815EFA (or 0x815EFA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5E and FA. RGB value is (129,94,250). Sum of RGB (Red+Green+Blue) = 129+94+250=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #815EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815EFA is #7EA105. Grayscale: #797979. Windows color (decimal): -8298758 or 16408193. OLE color: 16408193.

HSL color Cylindrical-coordinate representation of color #815EFA: hue angle of 253.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815EFA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12994250-
CMYK0.480.6200.02
HSL253.46º93.98%67.45%-
HSV(B)253.46º62.4%98.04%-
XYZ30.3119.5792.62-
YUV122.25200.1132.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 250 (98.05% from 255) = 52.85%
R=27.27%
G=19.87%
B=52.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129942500.480.6200.02253.4693.9867.45
Hex815EFA303E02fd5e43
Octal201136372607602375136103
Binary100000011011110111110101100001111100101111110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,94,250); }

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

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

 a { background-color: rgb(129,94,250); }

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

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

 span { border-color: rgb(129,94,250); }

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