Html Css Color HEX #9250F3 Medium Slate Blue

📋 copy color: '#9250F3'

red 146 ◦ green 80 ◦ blue 243

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

Shades of Medium Slate Blue #9250F3

Tints of Medium Slate Blue #9250F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.81%

R = 31.13%
G = 17.06%
B = 51.81%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9250F3 (or 0x9250F3) is known color: Medium Slate Blue. HEX triplet: 92, 50 and F3. RGB value is (146,80,243). Sum of RGB (Red+Green+Blue) = 146+80+243=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #9250F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250F3 is #6DAF0C. Grayscale: #757575. Windows color (decimal): -7188237 or 15945874. OLE color: 15945874.

HSL color Cylindrical-coordinate representation of color #9250F3: hue angle of 264.29º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9250F3 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 80 243 -
CMYK 0.40 0.67 0 0.05
HSL 264.29º 0.87% 0.63% -
HSV(B) 264.29º 0.67% 0.95% -
XYZ 30.9 18.32 86.7 -
YUV 118.32 198.37 147.75 -
System Red Green Blue C M Y K H S L
Decimal 146 80 243 0.40 0.67 0 0.05 264.29 0.87 0.63
Hex 92 50 F3 28 43 0 5 108 57 3F
Octal 222 120 363 50 103 0 5 410 127 77
Binary 10010010 1010000 11110011 101000 1000011 0 101 100001000 1010111 111111

Color Harmonies of #9250F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250F3

Black with #9250F3

Text Example


Text Example

White with #9250F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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