#8D84FC

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

Shades of Light Slate Blue #8D84FC

Tints of Light Slate Blue #8D84FC

Color information

#8D84FC (or 0x8D84FC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 84 and FC. RGB value is (141,132,252). Sum of RGB (Red+Green+Blue) = 141+132+252=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D84FC is #727B03. Grayscale: #939393. Windows color (decimal): -7502596 or 16549005. OLE color: 16549005.

HSL color Cylindrical-coordinate representation of color #8D84FC: hue angle of 244.5º degrees, saturation: 0.95, 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 #8D84FC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141132252-
CMYK0.440.4800.01
HSL244.5º95.24%75.29%-
HSV(B)244.5º47.62%98.82%-
XYZ36.8129.1995.79-
YUV148.37186.48122.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 252 (98.83% from 255) = 48%
R=26.86%
G=25.14%
B=48%

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
Decimal1411322520.440.4800.01244.595.2475.29
Hex8D84FC2C3001f45f4b
Octal215204374546001364137113
Binary100011011000010011111100101100110000011111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,252); }

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

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

 a { background-color: rgb(141,132,252); }

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

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

 span { border-color: rgb(141,132,252); }

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