Html Css Color HEX #9050F6 Medium Slate Blue

📋 copy color: '#9050F6'

red 144 ◦ green 80 ◦ blue 246

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

Shades of Medium Slate Blue #9050F6

Tints of Medium Slate Blue #9050F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.34%

R = 30.64%
G = 17.02%
B = 52.34%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9050F6 (or 0x9050F6) is known color: Medium Slate Blue. HEX triplet: 90, 50 and F6. RGB value is (144,80,246). Sum of RGB (Red+Green+Blue) = 144+80+246=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #9050F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050F6 is #6FAF09. Grayscale: #757575. Windows color (decimal): -7319306 or 16142480. OLE color: 16142480.

HSL color Cylindrical-coordinate representation of color #9050F6: hue angle of 263.13º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9050F6 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 80 246 -
CMYK 0.41 0.67 0 0.04
HSL 263.13º 0.9% 0.64% -
HSV(B) 263.13º 0.67% 0.96% -
XYZ 31 18.32 89.09 -
YUV 118.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 144 80 246 0.41 0.67 0 0.04 263.13 0.9 0.64
Hex 90 50 F6 29 43 0 4 107 5A 40
Octal 220 120 366 51 103 0 4 407 132 100
Binary 10010000 1010000 11110110 101001 1000011 0 100 100000111 1011010 1000000

Color Harmonies of #9050F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050F6

Black with #9050F6

Text Example


Text Example

White with #9050F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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