#815DDC

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

Shades of Medium Slate Blue #815DDC

Tints of Medium Slate Blue #815DDC

Color information

#815DDC (or 0x815DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5D and DC. RGB value is (129,93,220). Sum of RGB (Red+Green+Blue) = 129+93+220=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #815DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DDC is #7EA223. Grayscale: #757575. Windows color (decimal): -8299044 or 14441857. OLE color: 14441857.

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

Color convert

RGB12993220-
CMYK0.410.5800.14
HSL257.01º64.47%61.37%-
HSV(B)257.01º57.73%86.27%-
XYZ25.8917.6669.76-
YUV118.24185.43135.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=29.19%
G=21.04%
B=49.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129932200.410.5800.14257.0164.4761.37
Hex815DDC293A0E101403d
Octal201135334517201640110075
Binary10000001101110111011100101001111010011101000000011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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