#856BFC

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

Shades of Light Slate Blue #856BFC

Tints of Light Slate Blue #856BFC

Color information

#856BFC (or 0x856BFC) is unknown color: approx Light Slate Blue. HEX triplet: 85, 6B and FC. RGB value is (133,107,252). Sum of RGB (Red+Green+Blue) = 133+107+252=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #856BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856BFC is #7A9403. Grayscale: #828282. Windows color (decimal): -8033284 or 16542597. OLE color: 16542597.

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

Color convert

RGB133107252-
CMYK0.470.5800.01
HSL250.76º96.03%70.39%-
HSV(B)250.76º57.54%98.82%-
XYZ32.522.5394.73-
YUV131.3196.11129.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=27.03%
G=21.75%
B=51.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331072520.470.5800.01250.7696.0370.39
Hex856BFC2F3A01fb6046
Octal205153374577201373140106
Binary10000101110101111111100101111111010011111101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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