#815DFB

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

Shades of Medium Slate Blue #815DFB

Tints of Medium Slate Blue #815DFB

Color information

#815DFB (or 0x815DFB) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5D and FB. RGB value is (129,93,251). Sum of RGB (Red+Green+Blue) = 129+93+251=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #815DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815DFB is #7EA204. Grayscale: #797979. Windows color (decimal): -8299013 or 16473473. OLE color: 16473473.

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

Color convert

RGB12993251-
CMYK0.490.6300.02
HSL253.67º95.18%67.45%-
HSV(B)253.67º62.95%98.43%-
XYZ30.3819.4693.42-
YUV121.78200.93133.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 251 (98.44% from 255) = 53.07%
R=27.27%
G=19.66%
B=53.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129932510.490.6300.02253.6795.1867.45
Hex815DFB313F02fe5f43
Octal201135373617702376137103
Binary100000011011101111110111100011111110101111111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,251); }

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

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

 a { background-color: rgb(129,93,251); }

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

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

 span { border-color: rgb(129,93,251); }

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