#998BFA

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

Shades of Light Slate Blue #998BFA

Tints of Light Slate Blue #998BFA

Color information

#998BFA (or 0x998BFA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8B and FA. RGB value is (153,139,250). Sum of RGB (Red+Green+Blue) = 153+139+250=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #998BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BFA is #667405. Grayscale: #9B9B9B. Windows color (decimal): -6714374 or 16419737. OLE color: 16419737.

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

Color convert

RGB153139250-
CMYK0.390.4400.02
HSL247.57º91.74%76.27%-
HSV(B)247.57º44.4%98.04%-
XYZ39.6232.1494.56-
YUV155.84181.14125.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=28.23%
G=25.65%
B=46.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531392500.390.4400.02247.5791.7476.27
Hex998BFA272C02f85c4c
Octal231213372475402370134114
Binary1001100110001011111110101001111011000101111100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,250); }

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

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

 a { background-color: rgb(153,139,250); }

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

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

 span { border-color: rgb(153,139,250); }

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