Html Css Color HEX #904CFB Medium Slate Blue

📋 copy color: '#904CFB'

red 144 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #904CFB

Tints of Medium Slate Blue #904CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 30.57%
G = 16.14%
B = 53.29%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#904CFB (or 0x904CFB) is known color: Medium Slate Blue. HEX triplet: 90, 4C and FB. RGB value is (144,76,251). Sum of RGB (Red+Green+Blue) = 144+76+251=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #904CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904CFB is #6FB304. Grayscale: #737373. Windows color (decimal): -7320325 or 16469136. OLE color: 16469136.

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

Color convert

RGB 144 76 251 -
CMYK 0.43 0.70 0 0.02
HSL 263.31º 0.96% 0.64% -
HSV(B) 263.31º 0.7% 0.98% -
XYZ 31.5 18.06 93.09 -
YUV 116.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 144 76 251 0.43 0.70 0 0.02 263.31 0.96 0.64
Hex 90 4C FB 2B 46 0 2 107 60 40
Octal 220 114 373 53 106 0 2 407 140 100
Binary 10010000 1001100 11111011 101011 1000110 0 10 100000111 1100000 1000000

Color Harmonies of #904CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904CFB

Black with #904CFB

Text Example


Text Example

White with #904CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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