#8483EF

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

Shades of Light Slate Blue #8483EF

Tints of Light Slate Blue #8483EF

Color information

#8483EF (or 0x8483EF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 83 and EF. RGB value is (132,131,239). Sum of RGB (Red+Green+Blue) = 132+131+239=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #8483EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483EF is #7B7C10. Grayscale: #8F8F8F. Windows color (decimal): -8092689 or 15696772. OLE color: 15696772.

HSL color Cylindrical-coordinate representation of color #8483EF: hue angle of 240.56º 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 #8483EF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132131239-
CMYK0.450.4500.06
HSL240.56º77.14%72.55%-
HSV(B)240.56º45.19%93.73%-
XYZ33.2127.3785.19-
YUV143.61181.83119.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=26.29%
G=26.10%
B=47.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321312390.450.4500.06240.5677.1472.55
Hex8483EF2D2D06f14d49
Octal204203357555506361115111
Binary10000100100000111110111110110110110101101111000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8483EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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