#845DFD

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

Shades of Light Slate Blue #845DFD

Tints of Light Slate Blue #845DFD

Color information

#845DFD (or 0x845DFD) is unknown color: approx Light Slate Blue. HEX triplet: 84, 5D and FD. RGB value is (132,93,253). Sum of RGB (Red+Green+Blue) = 132+93+253=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #845DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFD is #7BA202. Grayscale: #7A7A7A. Windows color (decimal): -8102403 or 16604548. OLE color: 16604548.

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

Color convert

RGB13293253-
CMYK0.480.6300.01
HSL254.62º97.56%67.84%-
HSV(B)254.62º63.24%99.22%-
XYZ31.1619.8395.11-
YUV122.9201.42134.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=27.62%
G=19.46%
B=52.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132932530.480.6300.01254.6297.5667.84
Hex845DFD303F01ff6244
Octal204135375607701377142104
Binary10000100101110111111101110000111111011111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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