#8F85FA

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

Shades of Light Slate Blue #8F85FA

Tints of Light Slate Blue #8F85FA

Color information

#8F85FA (or 0x8F85FA) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 85 and FA. RGB value is (143,133,250). Sum of RGB (Red+Green+Blue) = 143+133+250=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F85FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85FA is #707A05. Grayscale: #949494. Windows color (decimal): -7371270 or 16418191. OLE color: 16418191.

HSL color Cylindrical-coordinate representation of color #8F85FA: hue angle of 245.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F85FA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143133250-
CMYK0.430.4700.02
HSL245.13º92.13%75.1%-
HSV(B)245.13º46.8%98.04%-
XYZ36.9729.5294.19-
YUV149.33184.81123.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=27.19%
G=25.29%
B=47.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431332500.430.4700.02245.1392.1375.1
Hex8F85FA2B2F02f55c4b
Octal217205372535702365134113
Binary1000111110000101111110101010111011110101111010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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