#998EFB

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

Shades of Light Slate Blue #998EFB

Tints of Light Slate Blue #998EFB

Color information

#998EFB (or 0x998EFB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8E and FB. RGB value is (153,142,251). Sum of RGB (Red+Green+Blue) = 153+142+251=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #998EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EFB is #667104. Grayscale: #9D9D9D. Windows color (decimal): -6713605 or 16486041. OLE color: 16486041.

HSL color Cylindrical-coordinate representation of color #998EFB: hue angle of 246.06º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998EFB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153142251-
CMYK0.390.4300.02
HSL246.06º93.16%77.06%-
HSV(B)246.06º43.43%98.43%-
XYZ40.2233.0895.53-
YUV157.72180.64124.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=28.02%
G=26.01%
B=45.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531422510.390.4300.02246.0693.1677.06
Hex998EFB272B02f65d4d
Octal231216373475302366135115
Binary1001100110001110111110111001111010110101111011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,251); }

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

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

 a { background-color: rgb(153,142,251); }

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

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

 span { border-color: rgb(153,142,251); }

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