#988FFC

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

Shades of Light Slate Blue #988FFC

Tints of Light Slate Blue #988FFC

Color information

#988FFC (or 0x988FFC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 8F and FC. RGB value is (152,143,252). Sum of RGB (Red+Green+Blue) = 152+143+252=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #988FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFC is #677003. Grayscale: #9D9D9D. Windows color (decimal): -6778884 or 16551832. OLE color: 16551832.

HSL color Cylindrical-coordinate representation of color #988FFC: hue angle of 244.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988FFC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152143252-
CMYK0.400.4300.01
HSL244.95º94.78%77.45%-
HSV(B)244.95º43.25%98.82%-
XYZ40.3433.3596.41-
YUV158.12180.98123.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=27.79%
G=26.14%
B=46.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521432520.400.4300.01244.9594.7877.45
Hex988FFC282B01f55f4d
Octal230217374505301365137115
Binary100110001000111111111100101000101011011111010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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