#9288EE

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

Shades of Light Slate Blue #9288EE

Tints of Light Slate Blue #9288EE

Color information

#9288EE (or 0x9288EE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 88 and EE. RGB value is (146,136,238). Sum of RGB (Red+Green+Blue) = 146+136+238=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #9288EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288EE is #6D7711. Grayscale: #969696. Windows color (decimal): -7173906 or 15632530. OLE color: 15632530.

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

Color convert

RGB146136238-
CMYK0.390.4300.07
HSL245.88º75%73.33%-
HSV(B)245.88º42.86%93.33%-
XYZ36.0929.8984.76-
YUV150.62177.31124.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 238 (93.36% from 255) = 45.77%
R=28.08%
G=26.15%
B=45.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461362380.390.4300.07245.887573.33
Hex9288EE272B07f64b49
Octal222210356475307366113111
Binary10010010100010001110111010011110101101111111011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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