#846BEF

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

Shades of Medium Slate Blue #846BEF

Tints of Medium Slate Blue #846BEF

Color information

#846BEF (or 0x846BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6B and EF. RGB value is (132,107,239). Sum of RGB (Red+Green+Blue) = 132+107+239=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #846BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846BEF is #7B9410. Grayscale: #818181. Windows color (decimal): -8098833 or 15690628. OLE color: 15690628.

HSL color Cylindrical-coordinate representation of color #846BEF: hue angle of 251.36º 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 #846BEF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132107239-
CMYK0.450.5500.06
HSL251.36º80.49%67.84%-
HSV(B)251.36º55.23%93.73%-
XYZ30.3521.6584.24-
YUV129.52189.78129.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 239 (93.75% from 255) = 50%
R=27.62%
G=22.38%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321072390.450.5500.06251.3680.4967.84
Hex846BEF2D3706fb5044
Octal204153357556706373120104
Binary1000010011010111110111110110111011101101111101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846BEF; }

 p { color: rgb(132,107,239); }

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

<style>
 a { background-color: #846BEF; }

 a { background-color: rgb(132,107,239); }

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

<style>
 span { border-color: #846BEF; }

 span { border-color: rgb(132,107,239); }

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