#988DFE

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

Shades of Light Slate Blue #988DFE

Tints of Light Slate Blue #988DFE

Color information

#988DFE (or 0x988DFE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8D and FE. RGB value is (152,141,254). Sum of RGB (Red+Green+Blue) = 152+141+254=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #988DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DFE is #677201. Grayscale: #9C9C9C. Windows color (decimal): -6779394 or 16682392. OLE color: 16682392.

HSL color Cylindrical-coordinate representation of color #988DFE: hue angle of 245.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988DFE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152141254-
CMYK0.400.4400.00
HSL245.84º98.26%77.45%-
HSV(B)245.84º44.49%99.61%-
XYZ40.3632.8897.99-
YUV157.17182.64124.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=27.79%
G=25.78%
B=46.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521412540.400.4400.00245.8498.2677.45
Hex988DFE282C00f6624d
Octal230215376505400366142115
Binary100110001000110111111110101000101100001111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988DFE; }

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

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

<style>
 a { background-color: #988DFE; }

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

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

<style>
 span { border-color: #988DFE; }

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

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