#9888FA

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

Shades of Light Slate Blue #9888FA

Tints of Light Slate Blue #9888FA

Color information

#9888FA (or 0x9888FA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 88 and FA. RGB value is (152,136,250). Sum of RGB (Red+Green+Blue) = 152+136+250=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #9888FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888FA is #677705. Grayscale: #999999. Windows color (decimal): -6780678 or 16418968. OLE color: 16418968.

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

Color convert

RGB152136250-
CMYK0.390.4600.02
HSL248.42º91.94%75.69%-
HSV(B)248.42º45.6%98.04%-
XYZ39.0131.1994.41-
YUV153.78182.3126.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=28.25%
G=25.28%
B=46.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521362500.390.4600.02248.4291.9475.69
Hex9888FA272E02f85c4c
Octal230210372475602370134114
Binary1001100010001000111110101001111011100101111100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9888FA; }

 p { color: rgb(152,136,250); }

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

<style>
 a { background-color: #9888FA; }

 a { background-color: rgb(152,136,250); }

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

<style>
 span { border-color: #9888FA; }

 span { border-color: rgb(152,136,250); }

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