#8C84FC

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

Shades of Light Slate Blue #8C84FC

Tints of Light Slate Blue #8C84FC

Color information

#8C84FC (or 0x8C84FC) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 84 and FC. RGB value is (140,132,252). Sum of RGB (Red+Green+Blue) = 140+132+252=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C84FC is #737B03. Grayscale: #939393. Windows color (decimal): -7568132 or 16549004. OLE color: 16549004.

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

Color convert

RGB140132252-
CMYK0.440.4800.01
HSL244º95.24%75.29%-
HSV(B)244º47.62%98.82%-
XYZ36.6429.1195.78-
YUV148.07186.65122.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=26.72%
G=25.19%
B=48.09%

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
Decimal1401322520.440.4800.0124495.2475.29
Hex8C84FC2C3001f45f4b
Octal214204374546001364137113
Binary100011001000010011111100101100110000011111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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