#9285EC

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

Shades of Light Slate Blue #9285EC

Tints of Light Slate Blue #9285EC

Color information

#9285EC (or 0x9285EC) is unknown color: approx Light Slate Blue. HEX triplet: 92, 85 and EC. RGB value is (146,133,236). Sum of RGB (Red+Green+Blue) = 146+133+236=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #9285EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9285EC is #6D7A13. Grayscale: #949494. Windows color (decimal): -7174676 or 15500690. OLE color: 15500690.

HSL color Cylindrical-coordinate representation of color #9285EC: hue angle of 247.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9285EC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146133236-
CMYK0.380.4400.07
HSL247.57º73.05%72.35%-
HSV(B)247.57º43.64%92.55%-
XYZ35.3828.9483.08-
YUV148.63177.31126.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=28.35%
G=25.83%
B=45.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461332360.380.4400.07247.5773.0572.35
Hex9285EC262C07f84948
Octal222205354465407370111110
Binary10010010100001011110110010011010110001111111100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9285EC; }

 p { color: rgb(146,133,236); }

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

<style>
 a { background-color: #9285EC; }

 a { background-color: rgb(146,133,236); }

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

<style>
 span { border-color: #9285EC; }

 span { border-color: rgb(146,133,236); }

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