#8D8AFF

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

Shades of Light Slate Blue #8D8AFF

Tints of Light Slate Blue #8D8AFF

Color information

#8D8AFF (or 0x8D8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8A and FF. RGB value is (141,138,255). Sum of RGB (Red+Green+Blue) = 141+138+255=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AFF is #727500. Grayscale: #979797. Windows color (decimal): -7501057 or 16747149. OLE color: 16747149.

HSL color Cylindrical-coordinate representation of color #8D8AFF: hue angle of 241.54º 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 #8D8AFF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141138255-
CMYK0.450.4600
HSL241.54º100%77.06%-
HSV(B)241.54º45.88%100%-
XYZ38.1231.0698.59-
YUV152.23185.99119.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 255 (100% from 255) = 47.75%
R=26.40%
G=25.84%
B=47.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411382550.450.4600241.5410077.06
Hex8D8AFF2D2E00f2644d
Octal215212377555600362144115
Binary100011011000101011111111101101101110001111001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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