#8F85F1

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

Shades of Light Slate Blue #8F85F1

Tints of Light Slate Blue #8F85F1

Color information

#8F85F1 (or 0x8F85F1) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 85 and F1. RGB value is (143,133,241). Sum of RGB (Red+Green+Blue) = 143+133+241=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85F1 is #707A0E. Grayscale: #939393. Windows color (decimal): -7371279 or 15828367. OLE color: 15828367.

HSL color Cylindrical-coordinate representation of color #8F85F1: hue angle of 245.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F85F1 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143133241-
CMYK0.410.4500.05
HSL245.56º79.41%73.33%-
HSV(B)245.56º44.81%94.51%-
XYZ35.5928.9786.93-
YUV148.3180.31124.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=27.66%
G=25.73%
B=46.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431332410.410.4500.05245.5679.4173.33
Hex8F85F1292D05f64f49
Octal217205361515505366117111
Binary10001111100001011111000110100110110101011111011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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