#9284EE

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

Shades of Light Slate Blue #9284EE

Tints of Light Slate Blue #9284EE

Color information

#9284EE (or 0x9284EE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 84 and EE. RGB value is (146,132,238). Sum of RGB (Red+Green+Blue) = 146+132+238=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #9284EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9284EE is #6D7B11. Grayscale: #939393. Windows color (decimal): -7174930 or 15631506. OLE color: 15631506.

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

Color convert

RGB146132238-
CMYK0.390.4500.07
HSL247.92º75.71%72.55%-
HSV(B)247.92º44.54%93.33%-
XYZ35.5428.7984.57-
YUV148.27178.64126.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=28.29%
G=25.58%
B=46.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461322380.390.4500.07247.9275.7172.55
Hex9284EE272D07f84c49
Octal222204356475507370114111
Binary10010010100001001110111010011110110101111111100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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