#998AFA

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

Shades of Light Slate Blue #998AFA

Tints of Light Slate Blue #998AFA

Color information

#998AFA (or 0x998AFA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8A and FA. RGB value is (153,138,250). Sum of RGB (Red+Green+Blue) = 153+138+250=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #998AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998AFA is #667505. Grayscale: #9A9A9A. Windows color (decimal): -6714630 or 16419481. OLE color: 16419481.

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

Color convert

RGB153138250-
CMYK0.390.4500.02
HSL248.04º91.8%76.08%-
HSV(B)248.04º44.8%98.04%-
XYZ39.4831.8594.51-
YUV155.25181.47126.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=28.28%
G=25.51%
B=46.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531382500.390.4500.02248.0491.876.08
Hex998AFA272D02f85c4c
Octal231212372475502370134114
Binary1001100110001010111110101001111011010101111100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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