#8D89FF

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

Shades of Light Slate Blue #8D89FF

Tints of Light Slate Blue #8D89FF

Color information

#8D89FF (or 0x8D89FF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 89 and FF. RGB value is (141,137,255). Sum of RGB (Red+Green+Blue) = 141+137+255=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D89FF is #727600. Grayscale: #979797. Windows color (decimal): -7501313 or 16746893. OLE color: 16746893.

HSL color Cylindrical-coordinate representation of color #8D89FF: hue angle of 242.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D89FF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141137255-
CMYK0.450.4600
HSL242.03º100%76.86%-
HSV(B)242.03º46.27%100%-
XYZ37.9830.7798.55-
YUV151.65186.33120.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 47.84%
R=26.45%
G=25.70%
B=47.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411372550.450.4600242.0310076.86
Hex8D89FF2D2E00f2644d
Octal215211377555600362144115
Binary100011011000100111111111101101101110001111001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,255); }

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

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

 a { background-color: rgb(141,137,255); }

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

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

 span { border-color: rgb(141,137,255); }

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