#887BFA

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

Shades of Light Slate Blue #887BFA

Tints of Light Slate Blue #887BFA

Color information

#887BFA (or 0x887BFA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 7B and FA. RGB value is (136,123,250). Sum of RGB (Red+Green+Blue) = 136+123+250=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #887BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887BFA is #778405. Grayscale: #8C8C8C. Windows color (decimal): -7832582 or 16415624. OLE color: 16415624.

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

Color convert

RGB136123250-
CMYK0.460.5100.02
HSL246.14º92.7%73.14%-
HSV(B)246.14º50.8%98.04%-
XYZ34.4926.393.7-
YUV141.36189.31124.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=26.72%
G=24.17%
B=49.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361232500.460.5100.02246.1492.773.14
Hex887BFA2E3302f65d49
Octal210173372566302366135111
Binary100010001111011111110101011101100110101111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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