#9890ff

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

Shades of Light Slate Blue #9890FF

Tints of Light Slate Blue #9890FF

Color information

#9890FF (or 0x9890FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 90 and FF. RGB value is (152,144,255). Sum of RGB (Red+Green+Blue) = 152+144+255=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9890FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890FF is #676F00. Grayscale: #9E9E9E. Windows color (decimal): -6778625 or 16748696. OLE color: 16748696.

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

Color convert

RGB152144255-
CMYK0.400.4400
HSL244.32º100%78.24%-
HSV(B)244.32º43.53%100%-
XYZ40.9733.8498.98-
YUV159.05182.15122.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.59%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 255 (100% from 255) = 46.28%
R=27.59%
G=26.13%
B=46.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521442550.400.4400244.3210078.24
Hex9890FF282C00f4644e
Octal230220377505400364144116
Binary100110001001000011111111101000101100001111010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9890ff; }

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

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

<style>
 a { background-color: #9890ff; }

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

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

<style>
 span { border-color: #9890ff; }

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

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