#845DFA

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

Shades of Medium Slate Blue #845DFA

Tints of Medium Slate Blue #845DFA

Color information

#845DFA (or 0x845DFA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5D and FA. RGB value is (132,93,250). Sum of RGB (Red+Green+Blue) = 132+93+250=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #845DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFA is #7BA205. Grayscale: #797979. Windows color (decimal): -8102406 or 16407940. OLE color: 16407940.

HSL color Cylindrical-coordinate representation of color #845DFA: hue angle of 254.9º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #845DFA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13293250-
CMYK0.470.6300.02
HSL254.9º94.01%67.25%-
HSV(B)254.9º62.8%98.04%-
XYZ30.6919.6492.62-
YUV122.56199.92134.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=27.79%
G=19.58%
B=52.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132932500.470.6300.02254.994.0167.25
Hex845DFA2F3F02ff5e43
Octal204135372577702377136103
Binary100001001011101111110101011111111110101111111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845DFA; }

 p { color: rgb(132,93,250); }

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

<style>
 a { background-color: #845DFA; }

 a { background-color: rgb(132,93,250); }

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

<style>
 span { border-color: #845DFA; }

 span { border-color: rgb(132,93,250); }

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