#8962F1

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

Shades of Medium Slate Blue #8962F1

Tints of Medium Slate Blue #8962F1

Color information

#8962F1 (or 0x8962F1) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 62 and F1. RGB value is (137,98,241). Sum of RGB (Red+Green+Blue) = 137+98+241=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #8962F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962F1 is #769D0E. Grayscale: #7D7D7D. Windows color (decimal): -7773455 or 15819401. OLE color: 15819401.

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

Color convert

RGB13798241-
CMYK0.430.5900.05
HSL256.36º83.63%66.47%-
HSV(B)256.36º59.34%94.51%-
XYZ30.5620.485.55-
YUV125.96192.92135.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=28.78%
G=20.59%
B=50.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137982410.430.5900.05256.3683.6366.47
Hex8962F12B3B051005442
Octal211142361537305400124102
Binary10001001110001011110001101011111011010110000000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8962F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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