#8F7BFA

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

Shades of Light Slate Blue #8F7BFA

Tints of Light Slate Blue #8F7BFA

Color information

#8F7BFA (or 0x8F7BFA) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7B and FA. RGB value is (143,123,250). Sum of RGB (Red+Green+Blue) = 143+123+250=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BFA is #708405. Grayscale: #8E8E8E. Windows color (decimal): -7373830 or 16415631. OLE color: 16415631.

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

Color convert

RGB143123250-
CMYK0.430.5100.02
HSL249.45º92.7%73.14%-
HSV(B)249.45º50.8%98.04%-
XYZ35.6726.9193.76-
YUV143.46188.13127.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=27.71%
G=23.84%
B=48.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431232500.430.5100.02249.4592.773.14
Hex8F7BFA2B3302f95d49
Octal217173372536302371135111
Binary100011111111011111110101010111100110101111100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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