#8F7EF9

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

Shades of Light Slate Blue #8F7EF9

Tints of Light Slate Blue #8F7EF9

Color information

#8F7EF9 (or 0x8F7EF9) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7E and F9. RGB value is (143,126,249). Sum of RGB (Red+Green+Blue) = 143+126+249=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F7EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7EF9 is #708106. Grayscale: #909090. Windows color (decimal): -7373063 or 16350863. OLE color: 16350863.

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

Color convert

RGB143126249-
CMYK0.430.4900.02
HSL248.29º91.11%73.53%-
HSV(B)248.29º49.4%97.65%-
XYZ35.8927.693.06-
YUV145.1186.63126.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=27.61%
G=24.32%
B=48.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431262490.430.4900.02248.2991.1173.53
Hex8F7EF92B3102f85b4a
Octal217176371536102370133112
Binary100011111111110111110011010111100010101111100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,249); }

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

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

 a { background-color: rgb(143,126,249); }

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

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

 span { border-color: rgb(143,126,249); }

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