#887DF1

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

Shades of Light Slate Blue #887DF1

Tints of Light Slate Blue #887DF1

Color information

#887DF1 (or 0x887DF1) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7D and F1. RGB value is (136,125,241). Sum of RGB (Red+Green+Blue) = 136+125+241=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #887DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DF1 is #77820E. Grayscale: #8D8D8D. Windows color (decimal): -7832079 or 15826312. OLE color: 15826312.

HSL color Cylindrical-coordinate representation of color #887DF1: hue angle of 245.69º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #887DF1 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136125241-
CMYK0.440.4800.05
HSL245.69º80.56%71.76%-
HSV(B)245.69º48.13%94.51%-
XYZ33.3626.2586.53-
YUV141.51184.14124.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=27.09%
G=24.90%
B=48.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361252410.440.4800.05245.6980.5671.76
Hex887DF12C3005f65148
Octal210175361546005366121110
Binary1000100011111011111000110110011000001011111011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887DF1; }

 p { color: rgb(136,125,241); }

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

<style>
 a { background-color: #887DF1; }

 a { background-color: rgb(136,125,241); }

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

<style>
 span { border-color: #887DF1; }

 span { border-color: rgb(136,125,241); }

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