Html Css Color HEX #9450F8 Medium Slate Blue

📋 copy color: '#9450F8'

red 148 ◦ green 80 ◦ blue 248

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

Shades of Medium Slate Blue #9450F8

Tints of Medium Slate Blue #9450F8

RGB

 RED value IS 148 (58.2% from 255) = 31.09%

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

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

R = 31.09%
G = 16.81%
B = 52.1%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9450F8 (or 0x9450F8) is known color: Medium Slate Blue. HEX triplet: 94, 50 and F8. RGB value is (148,80,248). Sum of RGB (Red+Green+Blue) = 148+80+248=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #9450F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9450F8 is #6BAF07. Grayscale: #767676. Windows color (decimal): -7057160 or 16273556. OLE color: 16273556.

HSL color Cylindrical-coordinate representation of color #9450F8: hue angle of 264.29º 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 #9450F8 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 80 248 -
CMYK 0.40 0.68 0 0.03
HSL 264.29º 0.92% 0.64% -
HSV(B) 264.29º 0.68% 0.97% -
XYZ 32.02 18.81 90.75 -
YUV 119.48 200.53 148.34 -
System Red Green Blue C M Y K H S L
Decimal 148 80 248 0.40 0.68 0 0.03 264.29 0.92 0.64
Hex 94 50 F8 28 44 0 3 108 5C 40
Octal 224 120 370 50 104 0 3 410 134 100
Binary 10010100 1010000 11111000 101000 1000100 0 11 100001000 1011100 1000000

Color Harmonies of #9450F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450F8

Black with #9450F8

Text Example


Text Example

White with #9450F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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