#988AF1

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

Shades of Light Slate Blue #988AF1

Tints of Light Slate Blue #988AF1

Color information

#988AF1 (or 0x988AF1) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8A and F1. RGB value is (152,138,241). Sum of RGB (Red+Green+Blue) = 152+138+241=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #988AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988AF1 is #67750E. Grayscale: #999999. Windows color (decimal): -6780175 or 15829656. OLE color: 15829656.

HSL color Cylindrical-coordinate representation of color #988AF1: hue angle of 248.16º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988AF1 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152138241-
CMYK0.370.4300.05
HSL248.16º78.63%74.31%-
HSV(B)248.16º42.74%94.51%-
XYZ37.9131.287.24-
YUV153.93177.14126.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=28.63%
G=25.99%
B=45.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521382410.370.4300.05248.1678.6374.31
Hex988AF1252B05f84f4a
Octal230212361455305370117112
Binary10011000100010101111000110010110101101011111100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988AF1; }

 p { color: rgb(152,138,241); }

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

<style>
 a { background-color: #988AF1; }

 a { background-color: rgb(152,138,241); }

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

<style>
 span { border-color: #988AF1; }

 span { border-color: rgb(152,138,241); }

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