#8F7DFA

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

Shades of Light Slate Blue #8F7DFA

Tints of Light Slate Blue #8F7DFA

Color information

#8F7DFA (or 0x8F7DFA) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7D and FA. RGB value is (143,125,250). Sum of RGB (Red+Green+Blue) = 143+125+250=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7DFA is #708205. Grayscale: #909090. Windows color (decimal): -7373318 or 16416143. OLE color: 16416143.

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

Color convert

RGB143125250-
CMYK0.430.5000.02
HSL248.64º92.59%73.53%-
HSV(B)248.64º50%98.04%-
XYZ35.9227.4193.84-
YUV144.63187.46126.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=27.61%
G=24.13%
B=48.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431252500.430.5000.02248.6492.5973.53
Hex8F7DFA2B3202f95d4a
Octal217175372536202371135112
Binary100011111111101111110101010111100100101111100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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