#887FFA

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

Shades of Light Slate Blue #887FFA

Tints of Light Slate Blue #887FFA

Color information

#887FFA (or 0x887FFA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7F and FA. RGB value is (136,127,250). Sum of RGB (Red+Green+Blue) = 136+127+250=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #887FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FFA is #778005. Grayscale: #8F8F8F. Windows color (decimal): -7831558 or 16416648. OLE color: 16416648.

HSL color Cylindrical-coordinate representation of color #887FFA: hue angle of 244.39º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #887FFA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136127250-
CMYK0.460.4900.02
HSL244.39º92.48%73.92%-
HSV(B)244.39º49.2%98.04%-
XYZ3527.3293.87-
YUV143.71187.98122.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=26.51%
G=24.76%
B=48.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361272500.460.4900.02244.3992.4873.92
Hex887FFA2E3102f45c4a
Octal210177372566102364134112
Binary100010001111111111110101011101100010101111010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,250); }

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

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

 a { background-color: rgb(136,127,250); }

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

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

 span { border-color: rgb(136,127,250); }

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