#9486FE

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

Shades of Light Slate Blue #9486FE

Tints of Light Slate Blue #9486FE

Color information

#9486FE (or 0x9486FE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 86 and FE. RGB value is (148,134,254). Sum of RGB (Red+Green+Blue) = 148+134+254=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9486FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486FE is #6B7901. Grayscale: #979797. Windows color (decimal): -7043330 or 16680596. OLE color: 16680596.

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

Color convert

RGB148134254-
CMYK0.420.4700.00
HSL247º98.36%76.08%-
HSV(B)247º47.24%99.61%-
XYZ38.6330.597.62-
YUV151.87185.64125.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=27.61%
G=25%
B=47.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481342540.420.4700.0024798.3676.08
Hex9486FE2A2F00f7624c
Octal224206376525700367142114
Binary100101001000011011111110101010101111001111011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,134,254); }

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

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

 a { background-color: rgb(148,134,254); }

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

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

 span { border-color: rgb(148,134,254); }

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