#9888F3

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

Shades of Light Slate Blue #9888F3

Tints of Light Slate Blue #9888F3

Color information

#9888F3 (or 0x9888F3) is unknown color: approx Light Slate Blue. HEX triplet: 98, 88 and F3. RGB value is (152,136,243). Sum of RGB (Red+Green+Blue) = 152+136+243=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #9888F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888F3 is #67770C. Grayscale: #989898. Windows color (decimal): -6780685 or 15960216. OLE color: 15960216.

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

Color convert

RGB152136243-
CMYK0.370.4400.05
HSL248.97º81.68%74.31%-
HSV(B)248.97º44.03%95.29%-
XYZ37.9330.7588.73-
YUV152.98178.8127.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=28.63%
G=25.61%
B=45.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521362430.370.4400.05248.9781.6874.31
Hex9888F3252C05f9524a
Octal230210363455405371122112
Binary10011000100010001111001110010110110001011111100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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