#8591FE

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

Shades of Light Slate Blue #8591FE

Tints of Light Slate Blue #8591FE

Color information

#8591FE (or 0x8591FE) is unknown color: approx Light Slate Blue. HEX triplet: 85, 91 and FE. RGB value is (133,145,254). Sum of RGB (Red+Green+Blue) = 133+145+254=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #8591FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591FE is #7A6E01. Grayscale: #999999. Windows color (decimal): -8023554 or 16683397. OLE color: 16683397.

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

Color convert

RGB133145254-
CMYK0.480.4300.00
HSL234.05º98.37%75.88%-
HSV(B)234.05º47.64%99.61%-
XYZ37.6932.3998.03-
YUV153.84184.52113.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=25%
G=27.26%
B=47.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331452540.480.4300.00234.0598.3775.88
Hex8591FE302B00ea624c
Octal205221376605300352142114
Binary100001011001000111111110110000101011001110101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8591FE; }

 p { color: rgb(133,145,254); }

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

<style>
 a { background-color: #8591FE; }

 a { background-color: rgb(133,145,254); }

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

<style>
 span { border-color: #8591FE; }

 span { border-color: rgb(133,145,254); }

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