#845DFE

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

Shades of Light Slate Blue #845DFE

Tints of Light Slate Blue #845DFE

Color information

#845DFE (or 0x845DFE) is unknown color: approx Light Slate Blue. HEX triplet: 84, 5D and FE. RGB value is (132,93,254). Sum of RGB (Red+Green+Blue) = 132+93+254=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #845DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFE is #7BA201. Grayscale: #7A7A7A. Windows color (decimal): -8102402 or 16670084. OLE color: 16670084.

HSL color Cylindrical-coordinate representation of color #845DFE: hue angle of 254.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #845DFE is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13293254-
CMYK0.480.6300.00
HSL254.53º98.77%68.04%-
HSV(B)254.53º63.39%99.61%-
XYZ31.3219.8995.95-
YUV123.02201.92134.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=27.56%
G=19.42%
B=53.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal132932540.480.6300.00254.5398.7768.04
Hex845DFE303F00ff6344
Octal204135376607700377143104
Binary10000100101110111111110110000111111001111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845DFE; }

 p { color: rgb(132,93,254); }

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

<style>
 a { background-color: #845DFE; }

 a { background-color: rgb(132,93,254); }

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

<style>
 span { border-color: #845DFE; }

 span { border-color: rgb(132,93,254); }

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