#855DFD

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

Shades of Light Slate Blue #855DFD

Tints of Light Slate Blue #855DFD

Color information

#855DFD (or 0x855DFD) is unknown color: approx Light Slate Blue. HEX triplet: 85, 5D and FD. RGB value is (133,93,253). Sum of RGB (Red+Green+Blue) = 133+93+253=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #855DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DFD is #7AA202. Grayscale: #7A7A7A. Windows color (decimal): -8036867 or 16604549. OLE color: 16604549.

HSL color Cylindrical-coordinate representation of color #855DFD: hue angle of 255º 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 #855DFD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13393253-
CMYK0.470.6300.01
HSL255º97.56%67.84%-
HSV(B)255º63.24%99.22%-
XYZ31.3219.9195.12-
YUV123.2201.25134.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=27.77%
G=19.42%
B=52.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133932530.470.6300.0125597.5667.84
Hex855DFD2F3F01ff6244
Octal205135375577701377142104
Binary10000101101110111111101101111111111011111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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