#998DF1

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

Shades of Light Slate Blue #998DF1

Tints of Light Slate Blue #998DF1

Color information

#998DF1 (or 0x998DF1) is unknown color: approx Light Slate Blue. HEX triplet: 99, 8D and F1. RGB value is (153,141,241). Sum of RGB (Red+Green+Blue) = 153+141+241=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #998DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DF1 is #66720E. Grayscale: #9B9B9B. Windows color (decimal): -6713871 or 15830425. OLE color: 15830425.

HSL color Cylindrical-coordinate representation of color #998DF1: hue angle of 247.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998DF1 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153141241-
CMYK0.370.4100.05
HSL247.2º78.12%74.9%-
HSV(B)247.2º41.49%94.51%-
XYZ38.5432.1787.4-
YUV155.99175.98125.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=28.60%
G=26.36%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531412410.370.4100.05247.278.1274.9
Hex998DF1252905f74e4b
Octal231215361455105367116113
Binary10011001100011011111000110010110100101011111011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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