#8554FD

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

Shades of Medium Slate Blue #8554FD

Tints of Medium Slate Blue #8554FD

Color information

#8554FD (or 0x8554FD) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 54 and FD. RGB value is (133,84,253). Sum of RGB (Red+Green+Blue) = 133+84+253=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8554FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8554FD is #7AAB02. Grayscale: #757575. Windows color (decimal): -8039171 or 16602245. OLE color: 16602245.

HSL color Cylindrical-coordinate representation of color #8554FD: hue angle of 257.4º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8554FD is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13384253-
CMYK0.470.6700.01
HSL257.4º97.69%66.08%-
HSV(B)257.4º66.8%99.22%-
XYZ30.5718.4294.87-
YUV117.92204.23138.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=28.30%
G=17.87%
B=53.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133842530.470.6700.01257.497.6966.08
Hex8554FD2F43011016242
Octal2051243755710301401142102
Binary1000010110101001111110110111110000110110000000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8554FD; }

 p { color: rgb(133,84,253); }

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

<style>
 a { background-color: #8554FD; }

 a { background-color: rgb(133,84,253); }

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

<style>
 span { border-color: #8554FD; }

 span { border-color: rgb(133,84,253); }

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