#816AED

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

Shades of Medium Slate Blue #816AED

Tints of Medium Slate Blue #816AED

Color information

#816AED (or 0x816AED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6A and ED. RGB value is (129,106,237). Sum of RGB (Red+Green+Blue) = 129+106+237=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #816AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AED is #7E9512. Grayscale: #7F7F7F. Windows color (decimal): -8295699 or 15559297. OLE color: 15559297.

HSL color Cylindrical-coordinate representation of color #816AED: hue angle of 250.53º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816AED is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129106237-
CMYK0.460.5500.07
HSL250.53º78.44%67.25%-
HSV(B)250.53º55.27%92.94%-
XYZ29.4921.0982.64-
YUV127.81189.62128.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=27.33%
G=22.46%
B=50.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291062370.460.5500.07250.5378.4467.25
Hex816AED2E3707fb4e43
Octal201152355566707373116103
Binary1000000111010101110110110111011011101111111101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816AED; }

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

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

<style>
 a { background-color: #816AED; }

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

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

<style>
 span { border-color: #816AED; }

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

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