Html Css Color HEX #904FF2 Medium Slate Blue

📋 copy color: '#904FF2'

red 144 ◦ green 79 ◦ blue 242

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

Shades of Medium Slate Blue #904FF2

Tints of Medium Slate Blue #904FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.99%

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 30.97%
G = 16.99%
B = 52.04%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#904FF2 (or 0x904FF2) is known color: Medium Slate Blue. HEX triplet: 90, 4F and F2. RGB value is (144,79,242). Sum of RGB (Red+Green+Blue) = 144+79+242=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #904FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904FF2 is #6FB00D. Grayscale: #747474. Windows color (decimal): -7319566 or 15880080. OLE color: 15880080.

HSL color Cylindrical-coordinate representation of color #904FF2: hue angle of 263.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904FF2 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 79 242 -
CMYK 0.40 0.67 0 0.05
HSL 263.93º 0.86% 0.63% -
HSV(B) 263.93º 0.67% 0.95% -
XYZ 30.32 17.93 85.87 -
YUV 117.02 198.53 147.25 -
System Red Green Blue C M Y K H S L
Decimal 144 79 242 0.40 0.67 0 0.05 263.93 0.86 0.63
Hex 90 4F F2 28 43 0 5 108 56 3F
Octal 220 117 362 50 103 0 5 410 126 77
Binary 10010000 1001111 11110010 101000 1000011 0 101 100001000 1010110 111111

Color Harmonies of #904FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904FF2

Black with #904FF2

Text Example


Text Example

White with #904FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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