#846DF7

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

Shades of Light Slate Blue #846DF7

Tints of Light Slate Blue #846DF7

Color information

#846DF7 (or 0x846DF7) is unknown color: approx Light Slate Blue. HEX triplet: 84, 6D and F7. RGB value is (132,109,247). Sum of RGB (Red+Green+Blue) = 132+109+247=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #846DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DF7 is #7B9208. Grayscale: #838383. Windows color (decimal): -8098313 or 16215428. OLE color: 16215428.

HSL color Cylindrical-coordinate representation of color #846DF7: hue angle of 250º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846DF7 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB132109247-
CMYK0.470.5600.03
HSL250º89.61%69.8%-
HSV(B)250º55.87%96.86%-
XYZ31.7722.5690.68-
YUV131.61193.12128.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=27.05%
G=22.34%
B=50.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1321092470.470.5600.0325089.6169.8
Hex846DF72F3803fa5a46
Octal204155367577003372132106
Binary100001001101101111101111011111110000111111101010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,247); }

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

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

 a { background-color: rgb(132,109,247); }

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

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

 span { border-color: rgb(132,109,247); }

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