#998DFE

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

Shades of Light Slate Blue #998DFE

Tints of Light Slate Blue #998DFE

Color information

#998DFE (or 0x998DFE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8D and FE. RGB value is (153,141,254). Sum of RGB (Red+Green+Blue) = 153+141+254=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #998DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFE is #667201. Grayscale: #9D9D9D. Windows color (decimal): -6713858 or 16682393. OLE color: 16682393.

HSL color Cylindrical-coordinate representation of color #998DFE: hue angle of 246.37º 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 #998DFE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153141254-
CMYK0.400.4400.00
HSL246.37º98.26%77.45%-
HSV(B)246.37º44.49%99.61%-
XYZ40.5532.9897.99-
YUV157.47182.48124.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=27.92%
G=25.73%
B=46.35%

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
Decimal1531412540.400.4400.00246.3798.2677.45
Hex998DFE282C00f6624d
Octal231215376505400366142115
Binary100110011000110111111110101000101100001111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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