#9053F9

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

Shades of Medium Slate Blue #9053F9

Tints of Medium Slate Blue #9053F9

Color information

#9053F9 (or 0x9053F9) is unknown color: approx Medium Slate Blue. HEX triplet: 90, 53 and F9. RGB value is (144,83,249). Sum of RGB (Red+Green+Blue) = 144+83+249=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #9053F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053F9 is #6FAC06. Grayscale: #777777. Windows color (decimal): -7318535 or 16339856. OLE color: 16339856.

HSL color Cylindrical-coordinate representation of color #9053F9: hue angle of 262.05º degrees, saturation: 0.93, 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 #9053F9 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14483249-
CMYK0.420.6700.02
HSL262.05º93.26%65.1%-
HSV(B)262.05º66.67%97.65%-
XYZ31.6918.9691.61-
YUV120.16200.71145-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 83 (32.81% from 255) = 17.44%
BLUE value IS 249 (97.66% from 255) = 52.31%
R=30.25%
G=17.44%
B=52.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144832490.420.6700.02262.0593.2665.1
Hex9053F92A43021065d41
Octal2201233715210302406135101
Binary10010000101001111111001101010100001101010000011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9053F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,83,249); }

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

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

 a { background-color: rgb(144,83,249); }

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

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

 span { border-color: rgb(144,83,249); }

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