#8184EF

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

Shades of Light Slate Blue #8184EF

Tints of Light Slate Blue #8184EF

Color information

#8184EF (or 0x8184EF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 84 and EF. RGB value is (129,132,239). Sum of RGB (Red+Green+Blue) = 129+132+239=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8184EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184EF is #7E7B10. Grayscale: #8E8E8E. Windows color (decimal): -8289041 or 15697025. OLE color: 15697025.

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

Color convert

RGB129132239-
CMYK0.460.4500.06
HSL238.36º77.46%72.16%-
HSV(B)238.36º46.03%93.73%-
XYZ32.8827.485.22-
YUV143.3182.01117.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=25.8%
G=26.4%
B=47.8%

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
Decimal1291322390.460.4500.06238.3677.4672.16
Hex8184EF2E2D06ee4d48
Octal201204357565506356115110
Binary10000001100001001110111110111010110101101110111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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