Html Css Color HEX #904DFB Medium Slate Blue

📋 copy color: '#904DFB'

red 144 ◦ green 77 ◦ blue 251

#904DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #904DFB

Tints of Medium Slate Blue #904DFB

RGB

 RED value IS 144 (56.64% from 255) = 30.51%

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 30.51%
G = 16.31%
B = 53.18%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#904DFB (or 0x904DFB) is known color: Medium Slate Blue. HEX triplet: 90, 4D and FB. RGB value is (144,77,251). Sum of RGB (Red+Green+Blue) = 144+77+251=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #904DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DFB is #6FB204. Grayscale: #747474. Windows color (decimal): -7320069 or 16469392. OLE color: 16469392.

HSL color Cylindrical-coordinate representation of color #904DFB: hue angle of 263.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904DFB is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 77 251 -
CMYK 0.43 0.69 0 0.02
HSL 263.1º 0.96% 0.64% -
HSV(B) 263.1º 0.69% 0.98% -
XYZ 31.57 18.2 93.12 -
YUV 116.87 203.7 147.35 -
System Red Green Blue C M Y K H S L
Decimal 144 77 251 0.43 0.69 0 0.02 263.1 0.96 0.64
Hex 90 4D FB 2B 45 0 2 107 60 40
Octal 220 115 373 53 105 0 2 407 140 100
Binary 10010000 1001101 11111011 101011 1000101 0 10 100000111 1100000 1000000

Color Harmonies of #904DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904DFB

Black with #904DFB

Text Example


Text Example

White with #904DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,77,251); }

 H1.HeaderClassName
 {
   color: #904DFB;
 }
 .AnyTagClassName
 {
   color: #904DFB;
 }
</style>

background-color css

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

 a { background-color: rgb(144,77,251); }

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

border-color css

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

 span { border-color: rgb(144,77,251); }

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