#815FDC

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

Shades of Medium Slate Blue #815FDC

Tints of Medium Slate Blue #815FDC

Color information

#815FDC (or 0x815FDC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and DC. RGB value is (129,95,220). Sum of RGB (Red+Green+Blue) = 129+95+220=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #815FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FDC is #7EA023. Grayscale: #767676. Windows color (decimal): -8298532 or 14442369. OLE color: 14442369.

HSL color Cylindrical-coordinate representation of color #815FDC: hue angle of 256.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815FDC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12995220-
CMYK0.410.5700.14
HSL256.32º64.1%61.76%-
HSV(B)256.32º56.82%86.27%-
XYZ26.0618.0269.81-
YUV119.42184.76134.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=29.05%
G=21.40%
B=49.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129952200.410.5700.14256.3264.161.76
Hex815FDC29390E100403e
Octal201137334517101640010076
Binary10000001101111111011100101001111001011101000000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,220); }

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

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

 a { background-color: rgb(129,95,220); }

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

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

 span { border-color: rgb(129,95,220); }

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