#8590FC

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

Shades of Light Slate Blue #8590FC

Tints of Light Slate Blue #8590FC

Color information

#8590FC (or 0x8590FC) is unknown color: approx Light Slate Blue. HEX triplet: 85, 90 and FC. RGB value is (133,144,252). Sum of RGB (Red+Green+Blue) = 133+144+252=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #8590FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590FC is #7A6F03. Grayscale: #989898. Windows color (decimal): -8023812 or 16552069. OLE color: 16552069.

HSL color Cylindrical-coordinate representation of color #8590FC: hue angle of 234.45º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8590FC is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133144252-
CMYK0.470.4300.01
HSL234.45º95.2%75.49%-
HSV(B)234.45º47.22%98.82%-
XYZ37.2231.9696.3-
YUV153.02183.86113.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=25.14%
G=27.22%
B=47.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331442520.470.4300.01234.4595.275.49
Hex8590FC2F2B01ea5f4b
Octal205220374575301352137113
Binary100001011001000011111100101111101011011110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8590FC; }

 p { color: rgb(133,144,252); }

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

<style>
 a { background-color: #8590FC; }

 a { background-color: rgb(133,144,252); }

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

<style>
 span { border-color: #8590FC; }

 span { border-color: rgb(133,144,252); }

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