#854FF7

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

Shades of Medium Slate Blue #854FF7

Tints of Medium Slate Blue #854FF7

Color information

#854FF7 (or 0x854FF7) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 4F and F7. RGB value is (133,79,247). Sum of RGB (Red+Green+Blue) = 133+79+247=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #854FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FF7 is #7AB008. Grayscale: #717171. Windows color (decimal): -8040457 or 16207749. OLE color: 16207749.

HSL color Cylindrical-coordinate representation of color #854FF7: hue angle of 259.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854FF7 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13379247-
CMYK0.460.6800.03
HSL259.29º91.3%63.92%-
HSV(B)259.29º68.02%96.86%-
XYZ29.2617.2989.79-
YUV114.3202.89141.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 247 (96.88% from 255) = 53.81%
R=28.98%
G=17.21%
B=53.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133792470.460.6800.03259.2991.363.92
Hex854FF72E44031035b40
Octal2051173675610403403133100
Binary10000101100111111110111101110100010001110000001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,247); }

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

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

 a { background-color: rgb(133,79,247); }

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

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

 span { border-color: rgb(133,79,247); }

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