#9289FE

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

Shades of Light Slate Blue #9289FE

Tints of Light Slate Blue #9289FE

Color information

#9289FE (or 0x9289FE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 89 and FE. RGB value is (146,137,254). Sum of RGB (Red+Green+Blue) = 146+137+254=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #9289FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289FE is #6D7601. Grayscale: #989898. Windows color (decimal): -7173634 or 16681362. OLE color: 16681362.

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

Color convert

RGB146137254-
CMYK0.430.4600.00
HSL244.62º98.32%76.67%-
HSV(B)244.62º46.06%99.61%-
XYZ38.6931.1697.74-
YUV153.03184.98122.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=27.19%
G=25.51%
B=47.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1461372540.430.4600.00244.6298.3276.67
Hex9289FE2B2E00f5624d
Octal222211376535600365142115
Binary100100101000100111111110101011101110001111010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,137,254); }

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

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

 a { background-color: rgb(146,137,254); }

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

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

 span { border-color: rgb(146,137,254); }

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