#846CF4

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

Shades of Medium Slate Blue #846CF4

Tints of Medium Slate Blue #846CF4

Color information

#846CF4 (or 0x846CF4) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 6C and F4. RGB value is (132,108,244). Sum of RGB (Red+Green+Blue) = 132+108+244=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #846CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CF4 is #7B930B. Grayscale: #828282. Windows color (decimal): -8098572 or 16018564. OLE color: 16018564.

HSL color Cylindrical-coordinate representation of color #846CF4: hue angle of 250.59º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846CF4 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132108244-
CMYK0.460.5600.04
HSL250.59º86.08%69.02%-
HSV(B)250.59º55.74%95.69%-
XYZ31.2122.1688.22-
YUV130.68191.95128.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.27%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=27.27%
G=22.31%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321082440.460.5600.04250.5986.0869.02
Hex846CF42E3804fb5645
Octal204154364567004373126105
Binary1000010011011001111010010111011100001001111101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846CF4; }

 p { color: rgb(132,108,244); }

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

<style>
 a { background-color: #846CF4; }

 a { background-color: rgb(132,108,244); }

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

<style>
 span { border-color: #846CF4; }

 span { border-color: rgb(132,108,244); }

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