#9484EF

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

Shades of Light Slate Blue #9484EF

Tints of Light Slate Blue #9484EF

Color information

#9484EF (or 0x9484EF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 84 and EF. RGB value is (148,132,239). Sum of RGB (Red+Green+Blue) = 148+132+239=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #9484EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484EF is #6B7B10. Grayscale: #949494. Windows color (decimal): -7043857 or 15697044. OLE color: 15697044.

HSL color Cylindrical-coordinate representation of color #9484EF: hue angle of 248.97º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9484EF is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148132239-
CMYK0.380.4500.06
HSL248.97º76.98%72.75%-
HSV(B)248.97º44.77%93.73%-
XYZ36.0429.0385.37-
YUV148.98178.8127.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=28.52%
G=25.43%
B=46.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481322390.380.4500.06248.9776.9872.75
Hex9484EF262D06f94d49
Octal224204357465506371115111
Binary10010100100001001110111110011010110101101111100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9484EF; }

 p { color: rgb(148,132,239); }

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

<style>
 a { background-color: #9484EF; }

 a { background-color: rgb(148,132,239); }

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

<style>
 span { border-color: #9484EF; }

 span { border-color: rgb(148,132,239); }

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