#845BFA

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

Shades of Medium Slate Blue #845BFA

Tints of Medium Slate Blue #845BFA

Color information

#845BFA (or 0x845BFA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 5B and FA. RGB value is (132,91,250). Sum of RGB (Red+Green+Blue) = 132+91+250=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #845BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BFA is #7BA405. Grayscale: #787878. Windows color (decimal): -8102918 or 16407428. OLE color: 16407428.

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

Color convert

RGB13291250-
CMYK0.470.6400.02
HSL255.47º94.08%66.86%-
HSV(B)255.47º63.6%98.04%-
XYZ30.5119.2992.56-
YUV121.38200.58135.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 250 (98.05% from 255) = 52.85%
R=27.91%
G=19.24%
B=52.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132912500.470.6400.02255.4794.0866.86
Hex845BFA2F4002ff5e43
Octal2041333725710002377136103
Binary1000010010110111111101010111110000000101111111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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