#998DFD

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

Shades of Light Slate Blue #998DFD

Tints of Light Slate Blue #998DFD

Color information

#998DFD (or 0x998DFD) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8D and FD. RGB value is (153,141,253). Sum of RGB (Red+Green+Blue) = 153+141+253=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #998DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DFD is #667202. Grayscale: #9C9C9C. Windows color (decimal): -6713859 or 16616857. OLE color: 16616857.

HSL color Cylindrical-coordinate representation of color #998DFD: hue angle of 246.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998DFD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153141253-
CMYK0.400.4400.01
HSL246.43º96.55%77.25%-
HSV(B)246.43º44.27%99.22%-
XYZ40.3932.9197.15-
YUV157.36181.98124.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=27.97%
G=25.78%
B=46.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531412530.400.4400.01246.4396.5577.25
Hex998DFD282C01f6614d
Octal231215375505401366141115
Binary100110011000110111111101101000101100011111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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