#816AEC

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

Shades of Medium Slate Blue #816AEC

Tints of Medium Slate Blue #816AEC

Color information

#816AEC (or 0x816AEC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6A and EC. RGB value is (129,106,236). Sum of RGB (Red+Green+Blue) = 129+106+236=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #816AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AEC is #7E9513. Grayscale: #7F7F7F. Windows color (decimal): -8295700 or 15493761. OLE color: 15493761.

HSL color Cylindrical-coordinate representation of color #816AEC: hue angle of 250.62º degrees, saturation: 0.77, 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 #816AEC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129106236-
CMYK0.450.5500.07
HSL250.62º77.38%67.06%-
HSV(B)250.62º55.08%92.55%-
XYZ29.3521.0381.87-
YUV127.7189.12128.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=27.39%
G=22.51%
B=50.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291062360.450.5500.07250.6277.3867.06
Hex816AEC2D3707fb4d43
Octal201152354556707373115103
Binary1000000111010101110110010110111011101111111101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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