#8E84FD

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

Shades of Light Slate Blue #8E84FD

Tints of Light Slate Blue #8E84FD

Color information

#8E84FD (or 0x8E84FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 84 and FD. RGB value is (142,132,253). Sum of RGB (Red+Green+Blue) = 142+132+253=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E84FD is #717B02. Grayscale: #949494. Windows color (decimal): -7437059 or 16614542. OLE color: 16614542.

HSL color Cylindrical-coordinate representation of color #8E84FD: hue angle of 244.96º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E84FD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142132253-
CMYK0.440.4800.01
HSL244.96º96.8%75.49%-
HSV(B)244.96º47.83%99.22%-
XYZ37.1429.3596.64-
YUV148.78186.81123.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=26.94%
G=25.05%
B=48.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421322530.440.4800.01244.9696.875.49
Hex8E84FD2C3001f5614b
Octal216204375546001365141113
Binary100011101000010011111101101100110000011111010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E84FD; }

 p { color: rgb(142,132,253); }

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

<style>
 a { background-color: #8E84FD; }

 a { background-color: rgb(142,132,253); }

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

<style>
 span { border-color: #8E84FD; }

 span { border-color: rgb(142,132,253); }

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