#816CEF

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

Shades of Medium Slate Blue #816CEF

Tints of Medium Slate Blue #816CEF

Color information

#816CEF (or 0x816CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6C and EF. RGB value is (129,108,239). Sum of RGB (Red+Green+Blue) = 129+108+239=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #816CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CEF is #7E9310. Grayscale: #808080. Windows color (decimal): -8295185 or 15690881. OLE color: 15690881.

HSL color Cylindrical-coordinate representation of color #816CEF: hue angle of 249.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816CEF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129108239-
CMYK0.460.5500.06
HSL249.62º80.37%68.04%-
HSV(B)249.62º54.81%93.73%-
XYZ3021.6284.25-
YUV129.21189.96127.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=27.10%
G=22.69%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1291082390.460.5500.06249.6280.3768.04
Hex816CEF2E3706fa5044
Octal201154357566706372120104
Binary1000000111011001110111110111011011101101111101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,239); }

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

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

 a { background-color: rgb(129,108,239); }

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

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

 span { border-color: rgb(129,108,239); }

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