#8958F9

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

Shades of Medium Slate Blue #8958F9

Tints of Medium Slate Blue #8958F9

Color information

#8958F9 (or 0x8958F9) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 58 and F9. RGB value is (137,88,249). Sum of RGB (Red+Green+Blue) = 137+88+249=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #8958F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8958F9 is #76A706. Grayscale: #787878. Windows color (decimal): -7776007 or 16341129. OLE color: 16341129.

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

Color convert

RGB13788249-
CMYK0.450.6500.02
HSL258.26º93.06%66.08%-
HSV(B)258.26º64.66%97.65%-
XYZ30.9119.1491.69-
YUV121200.23139.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=28.90%
G=18.57%
B=52.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137882490.450.6500.02258.2693.0666.08
Hex8958F92D41021025d42
Octal2111303715510102402135102
Binary10001001101100011111001101101100000101010000001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,88,249); }

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

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

 a { background-color: rgb(137,88,249); }

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

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

 span { border-color: rgb(137,88,249); }

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