#8C89F1

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

Shades of Light Slate Blue #8C89F1

Tints of Light Slate Blue #8C89F1

Color information

#8C89F1 (or 0x8C89F1) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 89 and F1. RGB value is (140,137,241). Sum of RGB (Red+Green+Blue) = 140+137+241=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C89F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89F1 is #73760E. Grayscale: #959595. Windows color (decimal): -7566863 or 15829388. OLE color: 15829388.

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

Color convert

RGB140137241-
CMYK0.420.4300.05
HSL241.73º78.79%74.12%-
HSV(B)241.73º43.15%94.51%-
XYZ35.6429.8287.1-
YUV149.75179.49121.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=27.03%
G=26.45%
B=46.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401372410.420.4300.05241.7378.7974.12
Hex8C89F12A2B05f24f4a
Octal214211361525305362117112
Binary10001100100010011111000110101010101101011111001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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