#8D8DFF

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

Shades of Light Slate Blue #8D8DFF

Tints of Light Slate Blue #8D8DFF

Color information

#8D8DFF (or 0x8D8DFF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8D and FF. RGB value is (141,141,255). Sum of RGB (Red+Green+Blue) = 141+141+255=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8DFF is #727200. Grayscale: #999999. Windows color (decimal): -7500289 or 16747917. OLE color: 16747917.

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

Color convert

RGB141141255-
CMYK0.450.4500
HSL240º100%77.65%-
HSV(B)240º44.71%100%-
XYZ38.5631.9398.74-
YUV154185118.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 255 (100% from 255) = 47.49%
R=26.26%
G=26.26%
B=47.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411412550.450.450024010077.65
Hex8D8DFF2D2D00f0644e
Octal215215377555500360144116
Binary100011011000110111111111101101101101001111000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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