#8953FB

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

Shades of Medium Slate Blue #8953FB

Tints of Medium Slate Blue #8953FB

Color information

#8953FB (or 0x8953FB) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 53 and FB. RGB value is (137,83,251). Sum of RGB (Red+Green+Blue) = 137+83+251=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #8953FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953FB is #76AC04. Grayscale: #757575. Windows color (decimal): -7777285 or 16470921. OLE color: 16470921.

HSL color Cylindrical-coordinate representation of color #8953FB: hue angle of 259.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8953FB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13783251-
CMYK0.450.6700.02
HSL259.29º95.45%65.49%-
HSV(B)259.29º66.93%98.43%-
XYZ30.8218.4793.21-
YUV118.3202.89141.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=29.09%
G=17.62%
B=53.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137832510.450.6700.02259.2995.4565.49
Hex8953FB2D43021035f41
Octal2111233735510302403137101
Binary10001001101001111111011101101100001101010000001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8953FB; }

 p { color: rgb(137,83,251); }

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

<style>
 a { background-color: #8953FB; }

 a { background-color: rgb(137,83,251); }

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

<style>
 span { border-color: #8953FB; }

 span { border-color: rgb(137,83,251); }

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