#854BFC

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

Shades of Medium Slate Blue #854BFC

Tints of Medium Slate Blue #854BFC

Color information

#854BFC (or 0x854BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4B and FC. RGB value is (133,75,252). Sum of RGB (Red+Green+Blue) = 133+75+252=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #854BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854BFC is #7AB403. Grayscale: #6F6F6F. Windows color (decimal): -8041476 or 16534405. OLE color: 16534405.

HSL color Cylindrical-coordinate representation of color #854BFC: hue angle of 259.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854BFC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13375252-
CMYK0.470.7000.01
HSL259.66º96.72%64.12%-
HSV(B)259.66º70.24%98.82%-
XYZ29.7617.0593.82-
YUV112.52206.72142.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=28.91%
G=16.30%
B=54.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133752520.470.7000.01259.6696.7264.12
Hex854BFC2F46011046140
Octal2051133745710601404141100
Binary1000010110010111111110010111110001100110000010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,252); }

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

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

 a { background-color: rgb(133,75,252); }

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

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

 span { border-color: rgb(133,75,252); }

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