#856BFF

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

Shades of Light Slate Blue #856BFF

Tints of Light Slate Blue #856BFF

Color information

#856BFF (or 0x856BFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 6B and FF. RGB value is (133,107,255). Sum of RGB (Red+Green+Blue) = 133+107+255=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #856BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856BFF is #7A9400. Grayscale: #838383. Windows color (decimal): -8033281 or 16739205. OLE color: 16739205.

HSL color Cylindrical-coordinate representation of color #856BFF: hue angle of 250.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #856BFF is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133107255-
CMYK0.480.5800
HSL250.54º100%70.98%-
HSV(B)250.54º58.04%100%-
XYZ32.9822.7297.26-
YUV131.65197.61128.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 51.52%
R=26.87%
G=21.62%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331072550.480.5800250.5410070.98
Hex856BFF303A00fb6447
Octal205153377607200373144107
Binary10000101110101111111111110000111010001111101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,255); }

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

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

 a { background-color: rgb(133,107,255); }

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

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

 span { border-color: rgb(133,107,255); }

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