#904CFD

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

Shades of Medium Slate Blue #904CFD

Tints of Medium Slate Blue #904CFD

Color information

#904CFD (or 0x904CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 90, 4C and FD. RGB value is (144,76,253). Sum of RGB (Red+Green+Blue) = 144+76+253=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #904CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904CFD is #6FB302. Grayscale: #737373. Windows color (decimal): -7320323 or 16600208. OLE color: 16600208.

HSL color Cylindrical-coordinate representation of color #904CFD: hue angle of 263.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #904CFD is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14476253-
CMYK0.430.7000.01
HSL263.05º97.79%64.51%-
HSV(B)263.05º69.96%99.22%-
XYZ31.8218.1994.76-
YUV116.51205.03147.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 76 (30.08% from 255) = 16.07%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=30.44%
G=16.07%
B=53.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal144762530.430.7000.01263.0597.7964.51
Hex904CFD2B46011076241
Octal2201143755310601407142101
Binary1001000010011001111110110101110001100110000011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904CFD; }

 p { color: rgb(144,76,253); }

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

<style>
 a { background-color: #904CFD; }

 a { background-color: rgb(144,76,253); }

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

<style>
 span { border-color: #904CFD; }

 span { border-color: rgb(144,76,253); }

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