#856DFD

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

Shades of Light Slate Blue #856DFD

Tints of Light Slate Blue #856DFD

Color information

#856DFD (or 0x856DFD) is unknown color: approx Light Slate Blue. HEX triplet: 85, 6D and FD. RGB value is (133,109,253). Sum of RGB (Red+Green+Blue) = 133+109+253=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #856DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DFD is #7A9202. Grayscale: #848484. Windows color (decimal): -8032771 or 16608645. OLE color: 16608645.

HSL color Cylindrical-coordinate representation of color #856DFD: hue angle of 250º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856DFD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133109253-
CMYK0.470.5700.01
HSL250º97.3%70.98%-
HSV(B)250º56.92%99.22%-
XYZ32.8723.0295.64-
YUV132.59195.95128.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=26.87%
G=22.02%
B=51.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331092530.470.5700.0125097.370.98
Hex856DFD2F3901fa6147
Octal205155375577101372141107
Binary10000101110110111111101101111111001011111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,253); }

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

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

 a { background-color: rgb(133,109,253); }

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

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

 span { border-color: rgb(133,109,253); }

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