#9390FE

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

Shades of Light Slate Blue #9390FE

Tints of Light Slate Blue #9390FE

Color information

#9390FE (or 0x9390FE) is unknown color: approx Light Slate Blue. HEX triplet: 93, 90 and FE. RGB value is (147,144,254). Sum of RGB (Red+Green+Blue) = 147+144+254=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #9390FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9390FE is #6C6F01. Grayscale: #9D9D9D. Windows color (decimal): -7106306 or 16683155. OLE color: 16683155.

HSL color Cylindrical-coordinate representation of color #9390FE: hue angle of 241.64º 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 #9390FE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147144254-
CMYK0.420.4300.00
HSL241.64º98.21%78.04%-
HSV(B)241.64º43.31%99.61%-
XYZ39.933.3198.09-
YUV157.44182.49120.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=26.97%
G=26.42%
B=46.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471442540.420.4300.00241.6498.2178.04
Hex9390FE2A2B00f2624e
Octal223220376525300362142116
Binary100100111001000011111110101010101011001111001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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