Html Css Color HEX #9150F8 Medium Slate Blue

📋 copy color: '#9150F8'

red 145 ◦ green 80 ◦ blue 248

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

Shades of Medium Slate Blue #9150F8

Tints of Medium Slate Blue #9150F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.43%

R = 30.66%
G = 16.91%
B = 52.43%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9150F8 (or 0x9150F8) is known color: Medium Slate Blue. HEX triplet: 91, 50 and F8. RGB value is (145,80,248). Sum of RGB (Red+Green+Blue) = 145+80+248=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #9150F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150F8 is #6EAF07. Grayscale: #757575. Windows color (decimal): -7253768 or 16273553. OLE color: 16273553.

HSL color Cylindrical-coordinate representation of color #9150F8: hue angle of 263.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9150F8 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 145 80 248 -
CMYK 0.42 0.68 0 0.03
HSL 263.21º 0.92% 0.64% -
HSV(B) 263.21º 0.68% 0.97% -
XYZ 31.49 18.53 90.72 -
YUV 118.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 145 80 248 0.42 0.68 0 0.03 263.21 0.92 0.64
Hex 91 50 F8 2A 44 0 3 107 5C 40
Octal 221 120 370 52 104 0 3 407 134 100
Binary 10010001 1010000 11111000 101010 1000100 0 11 100000111 1011100 1000000

Color Harmonies of #9150F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150F8

Black with #9150F8

Text Example


Text Example

White with #9150F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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