#8554ff

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

Shades of Medium Slate Blue #8554FF

Tints of Medium Slate Blue #8554FF

Color information

#8554FF (or 0x8554FF) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 54 and FF. RGB value is (133,84,255). Sum of RGB (Red+Green+Blue) = 133+84+255=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8554FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8554FF is #7AAB00. Grayscale: #757575. Windows color (decimal): -8039169 or 16733317. OLE color: 16733317.

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

Color convert

RGB13384255-
CMYK0.480.6700
HSL257.19º100%66.47%-
HSV(B)257.19º67.06%100%-
XYZ30.8918.5596.56-
YUV118.14205.23138.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 84 (33.20% from 255) = 17.80%
BLUE value IS 255 (100% from 255) = 54.03%
R=28.18%
G=17.80%
B=54.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133842550.480.6700257.1910066.47
Hex8554FF3043001016442
Octal2051243776010300401144102
Binary1000010110101001111111111000010000110010000000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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