#817DEA

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

Shades of Medium Slate Blue #817DEA

Tints of Medium Slate Blue #817DEA

Color information

#817DEA (or 0x817DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 7D and EA. RGB value is (129,125,234). Sum of RGB (Red+Green+Blue) = 129+125+234=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #817DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DEA is #7E8215. Grayscale: #8A8A8A. Windows color (decimal): -8290838 or 15367553. OLE color: 15367553.

HSL color Cylindrical-coordinate representation of color #817DEA: hue angle of 242.2º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #817DEA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129125234-
CMYK0.450.4700.08
HSL242.2º72.19%70.39%-
HSV(B)242.2º46.58%91.76%-
XYZ31.2425.2781.07-
YUV138.62181.83121.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=26.43%
G=25.61%
B=47.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291252340.450.4700.08242.272.1970.39
Hex817DEA2D2F08f24846
Octal2011753525557010362110106
Binary10000001111110111101010101101101111010001111001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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