Html Css Color HEX #9250F4 Medium Slate Blue

📋 copy color: '#9250F4'

red 146 ◦ green 80 ◦ blue 244

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

Shades of Medium Slate Blue #9250F4

Tints of Medium Slate Blue #9250F4

RGB

 RED value IS 146 (57.42% from 255) = 31.06%

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

 BLUE value IS 244 (95.7% from 255) = 51.91%

R = 31.06%
G = 17.02%
B = 51.91%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9250F4 (or 0x9250F4) is known color: Medium Slate Blue. HEX triplet: 92, 50 and F4. RGB value is (146,80,244). Sum of RGB (Red+Green+Blue) = 146+80+244=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #9250F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250F4 is #6DAF0B. Grayscale: #757575. Windows color (decimal): -7188236 or 16011410. OLE color: 16011410.

HSL color Cylindrical-coordinate representation of color #9250F4: hue angle of 264.15º degrees, saturation: 0.88, 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 #9250F4 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 80 244 -
CMYK 0.40 0.67 0 0.04
HSL 264.15º 0.88% 0.64% -
HSV(B) 264.15º 0.67% 0.96% -
XYZ 31.05 18.38 87.5 -
YUV 118.43 198.87 147.66 -
System Red Green Blue C M Y K H S L
Decimal 146 80 244 0.40 0.67 0 0.04 264.15 0.88 0.64
Hex 92 50 F4 28 43 0 4 108 58 40
Octal 222 120 364 50 103 0 4 410 130 100
Binary 10010010 1010000 11110100 101000 1000011 0 100 100001000 1011000 1000000

Color Harmonies of #9250F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250F4

Black with #9250F4

Text Example


Text Example

White with #9250F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250F4; }

 p { color: rgb(146,80,244); }

 H1.HeaderClassName
 {
   color: #9250F4;
 }
 .AnyTagClassName
 {
   color: #9250F4;
 }
</style>

background-color css

<style>
 a { background-color: #9250F4; }

 a { background-color: rgb(146,80,244); }

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

border-color css

<style>
 span { border-color: #9250F4; }

 span { border-color: rgb(146,80,244); }

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