Html Css Color HEX #9254F6 Medium Slate Blue

📋 copy color: '#9254F6'

red 146 ◦ green 84 ◦ blue 246

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

Shades of Medium Slate Blue #9254F6

Tints of Medium Slate Blue #9254F6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 30.67%
G = 17.65%
B = 51.68%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9254F6 (or 0x9254F6) is known color: Medium Slate Blue. HEX triplet: 92, 54 and F6. RGB value is (146,84,246). Sum of RGB (Red+Green+Blue) = 146+84+246=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #9254F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9254F6 is #6DAB09. Grayscale: #787878. Windows color (decimal): -7187210 or 16143506. OLE color: 16143506.

HSL color Cylindrical-coordinate representation of color #9254F6: hue angle of 262.96º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9254F6 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 84 246 -
CMYK 0.41 0.66 0 0.04
HSL 262.96º 0.9% 0.65% -
HSV(B) 262.96º 0.66% 0.96% -
XYZ 31.66 19.11 89.21 -
YUV 121.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 146 84 246 0.41 0.66 0 0.04 262.96 0.9 0.65
Hex 92 54 F6 29 42 0 4 107 5A 41
Octal 222 124 366 51 102 0 4 407 132 101
Binary 10010010 1010100 11110110 101001 1000010 0 100 100000111 1011010 1000001

Color Harmonies of #9254F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254F6

Black with #9254F6

Text Example


Text Example

White with #9254F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9254F6; }

 p { color: rgb(146,84,246); }

 H1.HeaderClassName
 {
   color: #9254F6;
 }
 .AnyTagClassName
 {
   color: #9254F6;
 }
</style>

background-color css

<style>
 a { background-color: #9254F6; }

 a { background-color: rgb(146,84,246); }

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

border-color css

<style>
 span { border-color: #9254F6; }

 span { border-color: rgb(146,84,246); }

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