#846EE0

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

Shades of Medium Slate Blue #846EE0

Tints of Medium Slate Blue #846EE0

Color information

#846EE0 (or 0x846EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6E and E0. RGB value is (132,110,224). Sum of RGB (Red+Green+Blue) = 132+110+224=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #846EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EE0 is #7B911F. Grayscale: #818181. Windows color (decimal): -8098080 or 14708356. OLE color: 14708356.

HSL color Cylindrical-coordinate representation of color #846EE0: hue angle of 251.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #846EE0 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132110224-
CMYK0.410.5100.12
HSL251.58º64.77%65.49%-
HSV(B)251.58º50.89%87.84%-
XYZ28.5521.4473.15-
YUV129.57181.29129.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 224 (87.89% from 255) = 48.07%
R=28.33%
G=23.61%
B=48.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321102240.410.5100.12251.5864.7765.49
Hex846EE029330Cfc4141
Octal2041563405163014374101101
Binary10000100110111011100000101001110011011001111110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,110,224); }

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

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

 a { background-color: rgb(132,110,224); }

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

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

 span { border-color: rgb(132,110,224); }

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