#924FF6

Color #924FF6 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #924FF6

Tints of Medium Slate Blue #924FF6

Color information

#924FF6 (or 0x924FF6) is unknown color: approx Medium Slate Blue. HEX triplet: 92, 4F and F6. RGB value is (146,79,246). Sum of RGB (Red+Green+Blue) = 146+79+246=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #924FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FF6 is #6DB009. Grayscale: #757575. Windows color (decimal): -7188490 or 16142226. OLE color: 16142226.

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

Color convert

RGB14679246-
CMYK0.410.6800.04
HSL264.07º90.27%63.73%-
HSV(B)264.07º67.89%96.47%-
XYZ31.2818.3689.08-
YUV118.07200.2147.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 246 (96.48% from 255) = 52.23%
R=31.00%
G=16.77%
B=52.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146792460.410.6800.04264.0790.2763.73
Hex924FF62944041085a40
Octal2221173665110404410132100
Binary100100101001111111101101010011000100010010000100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924FF6; }

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

 H1.HeaderClassName
 {
   color: #924FF6;
 }
 .AnyTagClassName
 {
   color: #924FF6;
 }
</style>
background-color css

<style>
 a { background-color: #924FF6; }

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

 div.DivClassName
 {
   background-color: #924FF6;
 }
 .BgClassName
 {
   background-color: #924FF6;
 }
</style>
border-color css

<style>
 span { border-color: #924FF6; }

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

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