#9183EC

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

Shades of Light Slate Blue #9183EC

Tints of Light Slate Blue #9183EC

Color information

#9183EC (or 0x9183EC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 83 and EC. RGB value is (145,131,236). Sum of RGB (Red+Green+Blue) = 145+131+236=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9183EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9183EC is #6E7C13. Grayscale: #929292. Windows color (decimal): -7240724 or 15500177. OLE color: 15500177.

HSL color Cylindrical-coordinate representation of color #9183EC: hue angle of 248º 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 #9183EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145131236-
CMYK0.390.4400.07
HSL248º73.43%71.96%-
HSV(B)248º44.49%92.55%-
XYZ34.9328.3182.98-
YUV147.16178.14126.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=28.32%
G=25.59%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451312360.390.4400.0724873.4371.96
Hex9183EC272C07f84948
Octal221203354475407370111110
Binary10010001100000111110110010011110110001111111100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,131,236); }

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

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

 a { background-color: rgb(145,131,236); }

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

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

 span { border-color: rgb(145,131,236); }

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