#8B87FE

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

Shades of Light Slate Blue #8B87FE

Tints of Light Slate Blue #8B87FE

Color information

#8B87FE (or 0x8B87FE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 87 and FE. RGB value is (139,135,254). Sum of RGB (Red+Green+Blue) = 139+135+254=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B87FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87FE is #747801. Grayscale: #959595. Windows color (decimal): -7632898 or 16680843. OLE color: 16680843.

HSL color Cylindrical-coordinate representation of color #8B87FE: hue angle of 242.02º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B87FE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139135254-
CMYK0.450.4700.00
HSL242.02º98.35%76.27%-
HSV(B)242.02º46.85%99.61%-
XYZ37.229.9797.59-
YUV149.76186.83120.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=26.33%
G=25.57%
B=48.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391352540.450.4700.00242.0298.3576.27
Hex8B87FE2D2F00f2624c
Octal213207376555700362142114
Binary100010111000011111111110101101101111001111001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B87FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B87FE; }

 p { color: rgb(139,135,254); }

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

<style>
 a { background-color: #8B87FE; }

 a { background-color: rgb(139,135,254); }

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

<style>
 span { border-color: #8B87FE; }

 span { border-color: rgb(139,135,254); }

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