#8586FA

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

Shades of Light Slate Blue #8586FA

Tints of Light Slate Blue #8586FA

Color information

#8586FA (or 0x8586FA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 86 and FA. RGB value is (133,134,250). Sum of RGB (Red+Green+Blue) = 133+134+250=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #8586FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8586FA is #7A7905. Grayscale: #929292. Windows color (decimal): -8026374 or 16418437. OLE color: 16418437.

HSL color Cylindrical-coordinate representation of color #8586FA: hue angle of 239.49º 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 #8586FA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133134250-
CMYK0.470.4600.02
HSL239.49º92.13%75.1%-
HSV(B)239.49º46.8%98.04%-
XYZ35.4528.9494.16-
YUV146.93186.17118.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=25.73%
G=25.92%
B=48.36%

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
Decimal1331342500.470.4600.02239.4992.1375.1
Hex8586FA2F2E02ef5c4b
Octal205206372575602357134113
Binary1000010110000110111110101011111011100101110111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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