#846DF5

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

Shades of Light Slate Blue #846DF5

Tints of Light Slate Blue #846DF5

Color information

#846DF5 (or 0x846DF5) is unknown color: approx Light Slate Blue. HEX triplet: 84, 6D and F5. RGB value is (132,109,245). Sum of RGB (Red+Green+Blue) = 132+109+245=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #846DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DF5 is #7B920A. Grayscale: #828282. Windows color (decimal): -8098315 or 16084356. OLE color: 16084356.

HSL color Cylindrical-coordinate representation of color #846DF5: hue angle of 250.15º degrees, saturation: 0.87, 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 #846DF5 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132109245-
CMYK0.460.5600.04
HSL250.15º87.18%69.41%-
HSV(B)250.15º55.51%96.08%-
XYZ31.4722.4489.06-
YUV131.38192.12128.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 245 (96.09% from 255) = 50.41%
R=27.16%
G=22.43%
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
Decimal1321092450.460.5600.04250.1587.1869.41
Hex846DF52E3804fa5745
Octal204155365567004372127105
Binary1000010011011011111010110111011100001001111101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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