#806FED

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

Shades of Medium Slate Blue #806FED

Tints of Medium Slate Blue #806FED

Color information

#806FED (or 0x806FED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6F and ED. RGB value is (128,111,237). Sum of RGB (Red+Green+Blue) = 128+111+237=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #806FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FED is #7F9012. Grayscale: #818181. Windows color (decimal): -8359955 or 15560576. OLE color: 15560576.

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

Color convert

RGB128111237-
CMYK0.460.5300.07
HSL248.1º77.78%68.24%-
HSV(B)248.1º53.16%92.94%-
XYZ29.8722.0782.81-
YUV130.45188.13126.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=26.89%
G=23.32%
B=49.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281112370.460.5300.07248.177.7868.24
Hex806FED2E3507f84e44
Octal200157355566507370116104
Binary1000000011011111110110110111011010101111111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806FED; }

 p { color: rgb(128,111,237); }

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

<style>
 a { background-color: #806FED; }

 a { background-color: rgb(128,111,237); }

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

<style>
 span { border-color: #806FED; }

 span { border-color: rgb(128,111,237); }

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