#8555FD

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

Shades of Medium Slate Blue #8555FD

Tints of Medium Slate Blue #8555FD

Color information

#8555FD (or 0x8555FD) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 55 and FD. RGB value is (133,85,253). Sum of RGB (Red+Green+Blue) = 133+85+253=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #8555FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555FD is #7AAA02. Grayscale: #757575. Windows color (decimal): -8038915 or 16602501. OLE color: 16602501.

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

Color convert

RGB13385253-
CMYK0.470.6600.01
HSL257.14º97.67%66.27%-
HSV(B)257.14º66.4%99.22%-
XYZ30.6518.5894.9-
YUV118.5203.9138.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=28.24%
G=18.05%
B=53.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133852530.470.6600.01257.1497.6766.27
Hex8555FD2F42011016242
Octal2051253755710201401142102
Binary1000010110101011111110110111110000100110000000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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