#8550F9

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

Shades of Medium Slate Blue #8550F9

Tints of Medium Slate Blue #8550F9

Color information

#8550F9 (or 0x8550F9) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 50 and F9. RGB value is (133,80,249). Sum of RGB (Red+Green+Blue) = 133+80+249=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #8550F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550F9 is #7AAF06. Grayscale: #727272. Windows color (decimal): -8040199 or 16339077. OLE color: 16339077.

HSL color Cylindrical-coordinate representation of color #8550F9: hue angle of 258.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8550F9 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13380249-
CMYK0.470.6800.02
HSL258.82º93.37%64.51%-
HSV(B)258.82º67.87%97.65%-
XYZ29.6417.5691.45-
YUV115.11203.56140.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=28.79%
G=17.32%
B=53.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133802490.470.6800.02258.8293.3764.51
Hex8550F92F44021035d41
Octal2051203715710402403135101
Binary10000101101000011111001101111100010001010000001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8550F9; }

 p { color: rgb(133,80,249); }

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

<style>
 a { background-color: #8550F9; }

 a { background-color: rgb(133,80,249); }

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

<style>
 span { border-color: #8550F9; }

 span { border-color: rgb(133,80,249); }

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