#8F70FA

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

Shades of Light Slate Blue #8F70FA

Tints of Light Slate Blue #8F70FA

Color information

#8F70FA (or 0x8F70FA) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 70 and FA. RGB value is (143,112,250). Sum of RGB (Red+Green+Blue) = 143+112+250=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70FA is #708F05. Grayscale: #888888. Windows color (decimal): -7376646 or 16412815. OLE color: 16412815.

HSL color Cylindrical-coordinate representation of color #8F70FA: hue angle of 253.48º 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 #8F70FA is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143112250-
CMYK0.430.5500.02
HSL253.48º93.24%70.98%-
HSV(B)253.48º55.2%98.04%-
XYZ34.3824.3393.33-
YUV137191.77132.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=28.32%
G=22.18%
B=49.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431122500.430.5500.02253.4893.2470.98
Hex8F70FA2B3702fd5d47
Octal217160372536702375135107
Binary100011111110000111110101010111101110101111110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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