Html Css Color HEX #9150FA Medium Slate Blue

📋 copy color: '#9150FA'

red 145 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #9150FA

Tints of Medium Slate Blue #9150FA

RGB

 RED value IS 145 (57.03% from 255) = 30.53%

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 30.53%
G = 16.84%
B = 52.63%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9150FA (or 0x9150FA) is known color: Medium Slate Blue. HEX triplet: 91, 50 and FA. RGB value is (145,80,250). Sum of RGB (Red+Green+Blue) = 145+80+250=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #9150FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150FA is #6EAF05. Grayscale: #767676. Windows color (decimal): -7253766 or 16404625. OLE color: 16404625.

HSL color Cylindrical-coordinate representation of color #9150FA: hue angle of 262.94º degrees, saturation: 0.94, 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 #9150FA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 80 250 -
CMYK 0.42 0.68 0 0.02
HSL 262.94º 0.94% 0.65% -
HSV(B) 262.94º 0.68% 0.98% -
XYZ 31.8 18.66 92.37 -
YUV 118.82 202.03 146.68 -
System Red Green Blue C M Y K H S L
Decimal 145 80 250 0.42 0.68 0 0.02 262.94 0.94 0.65
Hex 91 50 FA 2A 44 0 2 107 5E 41
Octal 221 120 372 52 104 0 2 407 136 101
Binary 10010001 1010000 11111010 101010 1000100 0 10 100000111 1011110 1000001

Color Harmonies of #9150FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150FA

Black with #9150FA

Text Example


Text Example

White with #9150FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150FA; }

 p { color: rgb(145,80,250); }

 H1.HeaderClassName
 {
   color: #9150FA;
 }
 .AnyTagClassName
 {
   color: #9150FA;
 }
</style>

background-color css

<style>
 a { background-color: #9150FA; }

 a { background-color: rgb(145,80,250); }

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

border-color css

<style>
 span { border-color: #9150FA; }

 span { border-color: rgb(145,80,250); }

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