#988FF7

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

Shades of Light Slate Blue #988FF7

Tints of Light Slate Blue #988FF7

Color information

#988FF7 (or 0x988FF7) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8F and F7. RGB value is (152,143,247). Sum of RGB (Red+Green+Blue) = 152+143+247=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #988FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FF7 is #677008. Grayscale: #9D9D9D. Windows color (decimal): -6778889 or 16224152. OLE color: 16224152.

HSL color Cylindrical-coordinate representation of color #988FF7: hue angle of 245.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988FF7 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152143247-
CMYK0.380.4200.03
HSL245.19º86.67%76.47%-
HSV(B)245.19º42.11%96.86%-
XYZ39.5633.0492.29-
YUV157.55178.48124.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.04%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 247 (96.88% from 255) = 45.57%
R=28.04%
G=26.38%
B=45.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521432470.380.4200.03245.1986.6776.47
Hex988FF7262A03f5574c
Octal230217367465203365127114
Binary1001100010001111111101111001101010100111111010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,247); }

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

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

 a { background-color: rgb(152,143,247); }

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

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

 span { border-color: rgb(152,143,247); }

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