#9289EE

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

Shades of Light Slate Blue #9289EE

Tints of Light Slate Blue #9289EE

Color information

#9289EE (or 0x9289EE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 89 and EE. RGB value is (146,137,238). Sum of RGB (Red+Green+Blue) = 146+137+238=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9289EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289EE is #6D7611. Grayscale: #969696. Windows color (decimal): -7173650 or 15632786. OLE color: 15632786.

HSL color Cylindrical-coordinate representation of color #9289EE: hue angle of 245.35º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9289EE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146137238-
CMYK0.390.4200.07
HSL245.35º74.81%73.53%-
HSV(B)245.35º42.44%93.33%-
XYZ36.2330.1884.8-
YUV151.2176.98124.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=28.02%
G=26.30%
B=45.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461372380.390.4200.07245.3574.8173.53
Hex9289EE272A07f54b4a
Octal222211356475207365113112
Binary10010010100010011110111010011110101001111111010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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