#9890FE

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

Shades of Light Slate Blue #9890FE

Tints of Light Slate Blue #9890FE

Color information

#9890FE (or 0x9890FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 90 and FE. RGB value is (152,144,254). Sum of RGB (Red+Green+Blue) = 152+144+254=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #9890FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890FE is #676F01. Grayscale: #9E9E9E. Windows color (decimal): -6778626 or 16683160. OLE color: 16683160.

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

Color convert

RGB152144254-
CMYK0.400.4300.00
HSL244.36º98.21%78.04%-
HSV(B)244.36º43.31%99.61%-
XYZ40.8133.7898.13-
YUV158.93181.65123.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=27.64%
G=26.18%
B=46.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521442540.400.4300.00244.3698.2178.04
Hex9890FE282B00f4624e
Octal230220376505300364142116
Binary100110001001000011111110101000101011001111010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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