#817DED

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

Shades of Medium Slate Blue #817DED

Tints of Medium Slate Blue #817DED

Color information

#817DED (or 0x817DED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 7D and ED. RGB value is (129,125,237). Sum of RGB (Red+Green+Blue) = 129+125+237=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #817DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DED is #7E8212. Grayscale: #8A8A8A. Windows color (decimal): -8290835 or 15564161. OLE color: 15564161.

HSL color Cylindrical-coordinate representation of color #817DED: hue angle of 242.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #817DED is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129125237-
CMYK0.460.4700.07
HSL242.14º75.68%70.98%-
HSV(B)242.14º47.26%92.94%-
XYZ31.6725.4583.36-
YUV138.96183.33120.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=26.27%
G=25.46%
B=48.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291252370.460.4700.07242.1475.6870.98
Hex817DED2E2F07f24c47
Octal201175355565707362114107
Binary1000000111111011110110110111010111101111111001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817DED; }

 p { color: rgb(129,125,237); }

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

<style>
 a { background-color: #817DED; }

 a { background-color: rgb(129,125,237); }

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

<style>
 span { border-color: #817DED; }

 span { border-color: rgb(129,125,237); }

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