#885DFE

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

Shades of Light Slate Blue #885DFE

Tints of Light Slate Blue #885DFE

Color information

#885DFE (or 0x885DFE) is unknown color: approx Light Slate Blue. HEX triplet: 88, 5D and FE. RGB value is (136,93,254). Sum of RGB (Red+Green+Blue) = 136+93+254=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #885DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DFE is #77A201. Grayscale: #7B7B7B. Windows color (decimal): -7840258 or 16670088. OLE color: 16670088.

HSL color Cylindrical-coordinate representation of color #885DFE: hue angle of 256.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885DFE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13693254-
CMYK0.460.6300.00
HSL256.02º98.77%68.04%-
HSV(B)256.02º63.39%99.61%-
XYZ31.9620.2295.98-
YUV124.21201.25136.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=28.16%
G=19.25%
B=52.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal136932540.460.6300.00256.0298.7768.04
Hex885DFE2E3F001006344
Octal210135376567700400143104
Binary100010001011101111111101011101111110010000000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885DFE; }

 p { color: rgb(136,93,254); }

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

<style>
 a { background-color: #885DFE; }

 a { background-color: rgb(136,93,254); }

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

<style>
 span { border-color: #885DFE; }

 span { border-color: rgb(136,93,254); }

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