Html Css Color HEX #9050F3 Medium Slate Blue

📋 copy color: '#9050F3'

red 144 ◦ green 80 ◦ blue 243

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

Shades of Medium Slate Blue #9050F3

Tints of Medium Slate Blue #9050F3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 30.84%
G = 17.13%
B = 52.03%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9050F3 (or 0x9050F3) is known color: Medium Slate Blue. HEX triplet: 90, 50 and F3. RGB value is (144,80,243). Sum of RGB (Red+Green+Blue) = 144+80+243=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #9050F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050F3 is #6FAF0C. Grayscale: #757575. Windows color (decimal): -7319309 or 15945872. OLE color: 15945872.

HSL color Cylindrical-coordinate representation of color #9050F3: hue angle of 263.56º degrees, saturation: 0.87, 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 #9050F3 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 80 243 -
CMYK 0.41 0.67 0 0.05
HSL 263.56º 0.87% 0.63% -
HSV(B) 263.56º 0.67% 0.95% -
XYZ 30.55 18.14 86.68 -
YUV 117.72 198.7 146.75 -
System Red Green Blue C M Y K H S L
Decimal 144 80 243 0.41 0.67 0 0.05 263.56 0.87 0.63
Hex 90 50 F3 29 43 0 5 108 57 3F
Octal 220 120 363 51 103 0 5 410 127 77
Binary 10010000 1010000 11110011 101001 1000011 0 101 100001000 1010111 111111

Color Harmonies of #9050F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050F3

Black with #9050F3

Text Example


Text Example

White with #9050F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9050F3; }

 p { color: rgb(144,80,243); }

 H1.HeaderClassName
 {
   color: #9050F3;
 }
 .AnyTagClassName
 {
   color: #9050F3;
 }
</style>

background-color css

<style>
 a { background-color: #9050F3; }

 a { background-color: rgb(144,80,243); }

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

border-color css

<style>
 span { border-color: #9050F3; }

 span { border-color: rgb(144,80,243); }

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