#9289FF

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

Shades of Light Slate Blue #9289FF

Tints of Light Slate Blue #9289FF

Color information

#9289FF (or 0x9289FF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 89 and FF. RGB value is (146,137,255). Sum of RGB (Red+Green+Blue) = 146+137+255=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9289FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289FF is #6D7600. Grayscale: #989898. Windows color (decimal): -7173633 or 16746898. OLE color: 16746898.

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

Color convert

RGB146137255-
CMYK0.430.4600
HSL244.58º100%76.86%-
HSV(B)244.58º46.27%100%-
XYZ38.8531.2298.59-
YUV153.14185.48122.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 255 (100% from 255) = 47.40%
R=27.14%
G=25.46%
B=47.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461372550.430.4600244.5810076.86
Hex9289FF2B2E00f5644d
Octal222211377535600365144115
Binary100100101000100111111111101011101110001111010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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