#8F7DF1

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

Shades of Light Slate Blue #8F7DF1

Tints of Light Slate Blue #8F7DF1

Color information

#8F7DF1 (or 0x8F7DF1) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7D and F1. RGB value is (143,125,241). Sum of RGB (Red+Green+Blue) = 143+125+241=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7DF1 is #70820E. Grayscale: #8F8F8F. Windows color (decimal): -7373327 or 15826319. OLE color: 15826319.

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

Color convert

RGB143125241-
CMYK0.410.4800.05
HSL249.31º80.56%71.76%-
HSV(B)249.31º48.13%94.51%-
XYZ34.5426.8686.58-
YUV143.61182.96127.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=28.09%
G=24.56%
B=47.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431252410.410.4800.05249.3180.5671.76
Hex8F7DF1293005f95148
Octal217175361516005371121110
Binary1000111111111011111000110100111000001011111100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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