#8D70FA

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

Shades of Light Slate Blue #8D70FA

Tints of Light Slate Blue #8D70FA

Color information

#8D70FA (or 0x8D70FA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 70 and FA. RGB value is (141,112,250). Sum of RGB (Red+Green+Blue) = 141+112+250=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D70FA is #728F05. Grayscale: #878787. Windows color (decimal): -7507718 or 16412813. OLE color: 16412813.

HSL color Cylindrical-coordinate representation of color #8D70FA: hue angle of 252.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D70FA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141112250-
CMYK0.440.5500.02
HSL252.61º93.24%70.98%-
HSV(B)252.61º55.2%98.04%-
XYZ34.0324.1593.31-
YUV136.4192.11131.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=28.03%
G=22.27%
B=49.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411122500.440.5500.02252.6193.2470.98
Hex8D70FA2C3702fd5d47
Octal215160372546702375135107
Binary100011011110000111110101011001101110101111110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,250); }

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

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

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

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

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

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

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