#9871FE

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

Shades of Light Slate Blue #9871FE

Tints of Light Slate Blue #9871FE

Color information

#9871FE (or 0x9871FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 71 and FE. RGB value is (152,113,254). Sum of RGB (Red+Green+Blue) = 152+113+254=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9871FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871FE is #678E01. Grayscale: #8C8C8C. Windows color (decimal): -6786562 or 16675224. OLE color: 16675224.

HSL color Cylindrical-coordinate representation of color #9871FE: hue angle of 256.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9871FE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152113254-
CMYK0.400.5600.00
HSL256.6º98.6%71.96%-
HSV(B)256.6º55.51%99.61%-
XYZ36.7425.6496.78-
YUV140.73191.92136.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=29.29%
G=21.77%
B=48.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521132540.400.5600.00256.698.671.96
Hex9871FE2838001016348
Octal230161376507000401143110
Binary100110001110001111111101010001110000010000000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,113,254); }

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

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

 a { background-color: rgb(152,113,254); }

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

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

 span { border-color: rgb(152,113,254); }

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