#9889FF

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

Shades of Light Slate Blue #9889FF

Tints of Light Slate Blue #9889FF

Color information

#9889FF (or 0x9889FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 89 and FF. RGB value is (152,137,255). Sum of RGB (Red+Green+Blue) = 152+137+255=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9889FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9889FF is #677600. Grayscale: #9A9A9A. Windows color (decimal): -6780417 or 16746904. OLE color: 16746904.

HSL color Cylindrical-coordinate representation of color #9889FF: hue angle of 247.63º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9889FF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152137255-
CMYK0.400.4600
HSL247.63º100%76.86%-
HSV(B)247.63º46.27%100%-
XYZ39.9431.7998.64-
YUV154.94184.47125.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 255 (100% from 255) = 46.88%
R=27.94%
G=25.18%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521372550.400.4600247.6310076.86
Hex9889FF282E00f8644d
Octal230211377505600370144115
Binary100110001000100111111111101000101110001111100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9889FF; }

 p { color: rgb(152,137,255); }

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

<style>
 a { background-color: #9889FF; }

 a { background-color: rgb(152,137,255); }

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

<style>
 span { border-color: #9889FF; }

 span { border-color: rgb(152,137,255); }

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