#8183EF

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

Shades of Light Slate Blue #8183EF

Tints of Light Slate Blue #8183EF

Color information

#8183EF (or 0x8183EF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 83 and EF. RGB value is (129,131,239). Sum of RGB (Red+Green+Blue) = 129+131+239=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #8183EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183EF is #7E7C10. Grayscale: #8E8E8E. Windows color (decimal): -8289297 or 15696769. OLE color: 15696769.

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

Color convert

RGB129131239-
CMYK0.460.4500.06
HSL238.91º77.46%72.16%-
HSV(B)238.91º46.03%93.73%-
XYZ32.7527.1385.17-
YUV142.71182.34118.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=25.85%
G=26.25%
B=47.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291312390.460.4500.06238.9177.4672.16
Hex8183EF2E2D06ef4d48
Octal201203357565506357115110
Binary10000001100000111110111110111010110101101110111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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