#885CFD

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

Shades of Light Slate Blue #885CFD

Tints of Light Slate Blue #885CFD

Color information

#885CFD (or 0x885CFD) is unknown color: approx Light Slate Blue. HEX triplet: 88, 5C and FD. RGB value is (136,92,253). Sum of RGB (Red+Green+Blue) = 136+92+253=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #885CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885CFD is #77A302. Grayscale: #7A7A7A. Windows color (decimal): -7840515 or 16604296. OLE color: 16604296.

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

Color convert

RGB13692253-
CMYK0.460.6400.01
HSL256.4º97.58%67.65%-
HSV(B)256.4º63.64%99.22%-
XYZ31.7119.9895.11-
YUV123.51201.08136.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=28.27%
G=19.13%
B=52.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal136922530.460.6400.01256.497.5867.65
Hex885CFD2E40011006244
Octal2101343755610001400142104
Binary1000100010111001111110110111010000000110000000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,92,253); }

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

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

 a { background-color: rgb(136,92,253); }

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

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

 span { border-color: rgb(136,92,253); }

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