#8C84F1

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

Shades of Light Slate Blue #8C84F1

Tints of Light Slate Blue #8C84F1

Color information

#8C84F1 (or 0x8C84F1) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 84 and F1. RGB value is (140,132,241). Sum of RGB (Red+Green+Blue) = 140+132+241=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C84F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C84F1 is #737B0E. Grayscale: #929292. Windows color (decimal): -7568143 or 15828108. OLE color: 15828108.

HSL color Cylindrical-coordinate representation of color #8C84F1: hue angle of 244.4º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C84F1 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140132241-
CMYK0.420.4500.05
HSL244.4º79.56%73.14%-
HSV(B)244.4º45.23%94.51%-
XYZ34.9428.4386.86-
YUV146.82181.15123.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=27.29%
G=25.73%
B=46.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401322410.420.4500.05244.479.5673.14
Hex8C84F12A2D05f45049
Octal214204361525505364120111
Binary10001100100001001111000110101010110101011111010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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