#8953F1

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

Shades of Medium Slate Blue #8953F1

Tints of Medium Slate Blue #8953F1

Color information

#8953F1 (or 0x8953F1) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 53 and F1. RGB value is (137,83,241). Sum of RGB (Red+Green+Blue) = 137+83+241=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #8953F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953F1 is #76AC0E. Grayscale: #747474. Windows color (decimal): -7777295 or 15815561. OLE color: 15815561.

HSL color Cylindrical-coordinate representation of color #8953F1: hue angle of 260.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8953F1 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13783241-
CMYK0.430.6600.05
HSL260.51º84.95%63.53%-
HSV(B)260.51º65.56%94.51%-
XYZ29.2917.8685.12-
YUV117.16197.89142.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=29.72%
G=18.00%
B=52.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137832410.430.6600.05260.5184.9563.53
Hex8953F12B42051055540
Octal2111233615310205405125100
Binary100010011010011111100011010111000010010110000010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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