#905DF2

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

Shades of Medium Slate Blue #905DF2

Tints of Medium Slate Blue #905DF2

Color information

#905DF2 (or 0x905DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 90, 5D and F2. RGB value is (144,93,242). Sum of RGB (Red+Green+Blue) = 144+93+242=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #905DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DF2 is #6FA20D. Grayscale: #7C7C7C. Windows color (decimal): -7315982 or 15883664. OLE color: 15883664.

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

Color convert

RGB14493242-
CMYK0.400.6200.05
HSL260.54º85.14%65.69%-
HSV(B)260.54º61.57%94.9%-
XYZ31.4420.1786.24-
YUV125.23193.9141.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 242 (94.92% from 255) = 50.52%
R=30.06%
G=19.42%
B=50.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144932420.400.6200.05260.5485.1465.69
Hex905DF2283E051055542
Octal220135362507605405125102
Binary10010000101110111110010101000111110010110000010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905DF2; }

 p { color: rgb(144,93,242); }

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

<style>
 a { background-color: #905DF2; }

 a { background-color: rgb(144,93,242); }

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

<style>
 span { border-color: #905DF2; }

 span { border-color: rgb(144,93,242); }

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