#854DFB

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

Shades of Medium Slate Blue #854DFB

Tints of Medium Slate Blue #854DFB

Color information

#854DFB (or 0x854DFB) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4D and FB. RGB value is (133,77,251). Sum of RGB (Red+Green+Blue) = 133+77+251=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #854DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DFB is #7AB204. Grayscale: #707070. Windows color (decimal): -8040965 or 16469381. OLE color: 16469381.

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

Color convert

RGB13377251-
CMYK0.470.6900.02
HSL259.31º95.6%64.31%-
HSV(B)259.31º69.32%98.43%-
XYZ29.7417.2693.03-
YUV113.58205.55141.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=28.85%
G=16.70%
B=54.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133772510.470.6900.02259.3195.664.31
Hex854DFB2F45021036040
Octal2051153735710502403140100
Binary10000101100110111111011101111100010101010000001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854DFB; }

 p { color: rgb(133,77,251); }

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

<style>
 a { background-color: #854DFB; }

 a { background-color: rgb(133,77,251); }

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

<style>
 span { border-color: #854DFB; }

 span { border-color: rgb(133,77,251); }

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