Html Css Color HEX #9050FB Medium Slate Blue

📋 copy color: '#9050FB'

red 144 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #9050FB

Tints of Medium Slate Blue #9050FB

RGB

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

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

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

R = 30.32%
G = 16.84%
B = 52.84%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9050FB (or 0x9050FB) is known color: Medium Slate Blue. HEX triplet: 90, 50 and FB. RGB value is (144,80,251). Sum of RGB (Red+Green+Blue) = 144+80+251=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #9050FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050FB is #6FAF04. Grayscale: #767676. Windows color (decimal): -7319301 or 16470160. OLE color: 16470160.

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

Color convert

RGB 144 80 251 -
CMYK 0.43 0.68 0 0.02
HSL 262.46º 0.96% 0.65% -
HSV(B) 262.46º 0.68% 0.98% -
XYZ 31.78 18.63 93.19 -
YUV 118.63 202.7 146.1 -
System Red Green Blue C M Y K H S L
Decimal 144 80 251 0.43 0.68 0 0.02 262.46 0.96 0.65
Hex 90 50 FB 2B 44 0 2 106 60 41
Octal 220 120 373 53 104 0 2 406 140 101
Binary 10010000 1010000 11111011 101011 1000100 0 10 100000110 1100000 1000001

Color Harmonies of #9050FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050FB

Black with #9050FB

Text Example


Text Example

White with #9050FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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