#8D8AF2

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

Shades of Light Slate Blue #8D8AF2

Tints of Light Slate Blue #8D8AF2

Color information

#8D8AF2 (or 0x8D8AF2) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8A and F2. RGB value is (141,138,242). Sum of RGB (Red+Green+Blue) = 141+138+242=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D8AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AF2 is #72750D. Grayscale: #969696. Windows color (decimal): -7501070 or 15895181. OLE color: 15895181.

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

Color convert

RGB141138242-
CMYK0.420.4300.05
HSL241.73º80%74.51%-
HSV(B)241.73º42.98%94.9%-
XYZ36.130.2587.94-
YUV150.75179.49121.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=27.06%
G=26.49%
B=46.45%

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
Decimal1411382420.420.4300.05241.738074.51
Hex8D8AF22A2B05f2504b
Octal215212362525305362120113
Binary10001101100010101111001010101010101101011111001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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