#998FF8

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

Shades of Light Slate Blue #998FF8

Tints of Light Slate Blue #998FF8

Color information

#998FF8 (or 0x998FF8) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8F and F8. RGB value is (153,143,248). Sum of RGB (Red+Green+Blue) = 153+143+248=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #998FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FF8 is #667007. Grayscale: #9D9D9D. Windows color (decimal): -6713352 or 16289689. OLE color: 16289689.

HSL color Cylindrical-coordinate representation of color #998FF8: hue angle of 245.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998FF8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153143248-
CMYK0.380.4200.03
HSL245.71º88.24%76.67%-
HSV(B)245.71º42.34%97.25%-
XYZ39.933.1993.11-
YUV157.96178.81124.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 248 (97.27% from 255) = 45.59%
R=28.12%
G=26.29%
B=45.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531432480.380.4200.03245.7188.2476.67
Hex998FF8262A03f6584d
Octal231217370465203366130115
Binary1001100110001111111110001001101010100111111011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,248); }

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

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

 a { background-color: rgb(153,143,248); }

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

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

 span { border-color: rgb(153,143,248); }

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