#8587FA

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

Shades of Light Slate Blue #8587FA

Tints of Light Slate Blue #8587FA

Color information

#8587FA (or 0x8587FA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 87 and FA. RGB value is (133,135,250). Sum of RGB (Red+Green+Blue) = 133+135+250=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #8587FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8587FA is #7A7805. Grayscale: #939393. Windows color (decimal): -8026118 or 16418693. OLE color: 16418693.

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

Color convert

RGB133135250-
CMYK0.470.4600.02
HSL238.97º92.13%75.1%-
HSV(B)238.97º46.8%98.04%-
XYZ35.5929.2294.21-
YUV147.51185.84117.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=25.68%
G=26.06%
B=48.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331352500.470.4600.02238.9792.1375.1
Hex8587FA2F2E02ef5c4b
Octal205207372575602357134113
Binary1000010110000111111110101011111011100101110111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8587FA; }

 p { color: rgb(133,135,250); }

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

<style>
 a { background-color: #8587FA; }

 a { background-color: rgb(133,135,250); }

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

<style>
 span { border-color: #8587FA; }

 span { border-color: rgb(133,135,250); }

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