#816BED

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

Shades of Medium Slate Blue #816BED

Tints of Medium Slate Blue #816BED

Color information

#816BED (or 0x816BED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6B and ED. RGB value is (129,107,237). Sum of RGB (Red+Green+Blue) = 129+107+237=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #816BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816BED is #7E9412. Grayscale: #7F7F7F. Windows color (decimal): -8295443 or 15559553. OLE color: 15559553.

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

Color convert

RGB129107237-
CMYK0.460.5500.07
HSL250.15º78.31%67.45%-
HSV(B)250.15º54.85%92.94%-
XYZ29.621.382.67-
YUV128.4189.29128.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=27.27%
G=22.62%
B=50.11%

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
Decimal1291072370.460.5500.07250.1578.3167.45
Hex816BED2E3707fa4e43
Octal201153355566707372116103
Binary1000000111010111110110110111011011101111111101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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